chengfeng_1_0

package
v1.5.88 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 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 CfEmploymentRecordResp

type CfEmploymentRecordResp struct {
	DeptCode        *string `json:"deptCode,omitempty" xml:"deptCode,omitempty"`
	DeptName        *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
	EmployeeStatus  *string `json:"employeeStatus,omitempty" xml:"employeeStatus,omitempty"`
	EndDate         *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	IsLatestRecord  *bool   `json:"isLatestRecord,omitempty" xml:"isLatestRecord,omitempty"`
	JobLevelName    *string `json:"jobLevelName,omitempty" xml:"jobLevelName,omitempty"`
	JobPositionCode *string `json:"jobPositionCode,omitempty" xml:"jobPositionCode,omitempty"`
	JobPositionName *string `json:"jobPositionName,omitempty" xml:"jobPositionName,omitempty"`
	JobPostCode     *string `json:"jobPostCode,omitempty" xml:"jobPostCode,omitempty"`
	JobPostName     *string `json:"jobPostName,omitempty" xml:"jobPostName,omitempty"`
	ServiceStatus   *string `json:"serviceStatus,omitempty" xml:"serviceStatus,omitempty"`
	ServiceType     *string `json:"serviceType,omitempty" xml:"serviceType,omitempty"`
	StartDate       *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	WorkNumbers     *string `json:"workNumbers,omitempty" xml:"workNumbers,omitempty"`
}

func (CfEmploymentRecordResp) GoString

func (s CfEmploymentRecordResp) GoString() string

func (*CfEmploymentRecordResp) SetDeptCode

func (*CfEmploymentRecordResp) SetDeptName

func (*CfEmploymentRecordResp) SetEmployeeStatus

func (s *CfEmploymentRecordResp) SetEmployeeStatus(v string) *CfEmploymentRecordResp

func (*CfEmploymentRecordResp) SetEndDate

func (*CfEmploymentRecordResp) SetIsLatestRecord

func (s *CfEmploymentRecordResp) SetIsLatestRecord(v bool) *CfEmploymentRecordResp

func (*CfEmploymentRecordResp) SetJobLevelName

func (s *CfEmploymentRecordResp) SetJobLevelName(v string) *CfEmploymentRecordResp

func (*CfEmploymentRecordResp) SetJobPositionCode

func (s *CfEmploymentRecordResp) SetJobPositionCode(v string) *CfEmploymentRecordResp

func (*CfEmploymentRecordResp) SetJobPositionName

func (s *CfEmploymentRecordResp) SetJobPositionName(v string) *CfEmploymentRecordResp

func (*CfEmploymentRecordResp) SetJobPostCode

func (*CfEmploymentRecordResp) SetJobPostName

func (*CfEmploymentRecordResp) SetServiceStatus

func (s *CfEmploymentRecordResp) SetServiceStatus(v string) *CfEmploymentRecordResp

func (*CfEmploymentRecordResp) SetServiceType

func (*CfEmploymentRecordResp) SetStartDate

func (*CfEmploymentRecordResp) SetWorkNumbers

func (CfEmploymentRecordResp) String

func (s CfEmploymentRecordResp) String() string

type CfJobLevelResp

type CfJobLevelResp struct {
	Level     *int64  `json:"level,omitempty" xml:"level,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	StartDate *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	StopDate  *string `json:"stopDate,omitempty" xml:"stopDate,omitempty"`
}

func (CfJobLevelResp) GoString

func (s CfJobLevelResp) GoString() string

func (*CfJobLevelResp) SetLevel

func (s *CfJobLevelResp) SetLevel(v int64) *CfJobLevelResp

func (*CfJobLevelResp) SetName

func (s *CfJobLevelResp) SetName(v string) *CfJobLevelResp

func (*CfJobLevelResp) SetStartDate

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

func (*CfJobLevelResp) SetStopDate

func (s *CfJobLevelResp) SetStopDate(v string) *CfJobLevelResp

func (CfJobLevelResp) String

func (s CfJobLevelResp) String() string

type CfJobPositionResp

type CfJobPositionResp struct {
	JobPositionCode *string `json:"jobPositionCode,omitempty" xml:"jobPositionCode,omitempty"`
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (CfJobPositionResp) GoString

func (s CfJobPositionResp) GoString() string

func (*CfJobPositionResp) SetJobPositionCode

func (s *CfJobPositionResp) SetJobPositionCode(v string) *CfJobPositionResp

func (*CfJobPositionResp) SetName

func (CfJobPositionResp) String

func (s CfJobPositionResp) String() string

type CfJobPostResp

type CfJobPostResp struct {
	JobPostCode *string `json:"jobPostCode,omitempty" xml:"jobPostCode,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (CfJobPostResp) GoString

func (s CfJobPostResp) GoString() string

func (*CfJobPostResp) SetJobPostCode

func (s *CfJobPostResp) SetJobPostCode(v string) *CfJobPostResp

func (*CfJobPostResp) SetName

func (s *CfJobPostResp) SetName(v string) *CfJobPostResp

func (CfJobPostResp) String

func (s CfJobPostResp) String() string

type CfOrgResp

type CfOrgResp struct {
	DeptCode             *string `json:"deptCode,omitempty" xml:"deptCode,omitempty"`
	DeptName             *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
	Level                *int64  `json:"level,omitempty" xml:"level,omitempty"`
	OrganizationCodePath *string `json:"organizationCodePath,omitempty" xml:"organizationCodePath,omitempty"`
	OrganizationPath     *string `json:"organizationPath,omitempty" xml:"organizationPath,omitempty"`
	ParentDeptCode       *string `json:"parentDeptCode,omitempty" xml:"parentDeptCode,omitempty"`
}

func (CfOrgResp) GoString

func (s CfOrgResp) GoString() string

func (*CfOrgResp) SetDeptCode

func (s *CfOrgResp) SetDeptCode(v string) *CfOrgResp

func (*CfOrgResp) SetDeptName

func (s *CfOrgResp) SetDeptName(v string) *CfOrgResp

func (*CfOrgResp) SetLevel

func (s *CfOrgResp) SetLevel(v int64) *CfOrgResp

func (*CfOrgResp) SetOrganizationCodePath

func (s *CfOrgResp) SetOrganizationCodePath(v string) *CfOrgResp

func (*CfOrgResp) SetOrganizationPath

func (s *CfOrgResp) SetOrganizationPath(v string) *CfOrgResp

func (*CfOrgResp) SetParentDeptCode

func (s *CfOrgResp) SetParentDeptCode(v string) *CfOrgResp

func (CfOrgResp) String

func (s CfOrgResp) String() string

type CfStaffResp

type CfStaffResp struct {
	DeptCode    *string `json:"deptCode,omitempty" xml:"deptCode,omitempty"`
	DeptName    *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
	Email       *string `json:"email,omitempty" xml:"email,omitempty"`
	Mobile      *string `json:"mobile,omitempty" xml:"mobile,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	NickName    *string `json:"nickName,omitempty" xml:"nickName,omitempty"`
	WorkNumbers *string `json:"workNumbers,omitempty" xml:"workNumbers,omitempty"`
}

func (CfStaffResp) GoString

func (s CfStaffResp) GoString() string

func (*CfStaffResp) SetDeptCode

func (s *CfStaffResp) SetDeptCode(v string) *CfStaffResp

func (*CfStaffResp) SetDeptName

func (s *CfStaffResp) SetDeptName(v string) *CfStaffResp

func (*CfStaffResp) SetEmail

func (s *CfStaffResp) SetEmail(v string) *CfStaffResp

func (*CfStaffResp) SetMobile

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

func (*CfStaffResp) SetName

func (s *CfStaffResp) SetName(v string) *CfStaffResp

func (*CfStaffResp) SetNickName

func (s *CfStaffResp) SetNickName(v string) *CfStaffResp

func (*CfStaffResp) SetWorkNumbers

func (s *CfStaffResp) SetWorkNumbers(v string) *CfStaffResp

func (CfStaffResp) String

func (s CfStaffResp) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) GetAllJobLevel

func (client *Client) GetAllJobLevel() (_result *GetAllJobLevelResponse, _err error)

func (*Client) GetAllJobLevelWithOptions

func (client *Client) GetAllJobLevelWithOptions(headers *GetAllJobLevelHeaders, runtime *util.RuntimeOptions) (_result *GetAllJobLevelResponse, _err error)

func (*Client) GetAllJobPosition

func (client *Client) GetAllJobPosition() (_result *GetAllJobPositionResponse, _err error)

func (*Client) GetAllJobPositionWithOptions

func (client *Client) GetAllJobPositionWithOptions(headers *GetAllJobPositionHeaders, runtime *util.RuntimeOptions) (_result *GetAllJobPositionResponse, _err error)

func (*Client) GetAllJobPost

func (client *Client) GetAllJobPost() (_result *GetAllJobPostResponse, _err error)

func (*Client) GetAllJobPostWithOptions

func (client *Client) GetAllJobPostWithOptions(headers *GetAllJobPostHeaders, runtime *util.RuntimeOptions) (_result *GetAllJobPostResponse, _err error)

func (*Client) GetAnalyzeData

func (client *Client) GetAnalyzeData(request *GetAnalyzeDataRequest) (_result *GetAnalyzeDataResponse, _err error)

func (*Client) GetAnalyzeDataWithOptions

func (client *Client) GetAnalyzeDataWithOptions(request *GetAnalyzeDataRequest, headers *GetAnalyzeDataHeaders, runtime *util.RuntimeOptions) (_result *GetAnalyzeDataResponse, _err error)

func (*Client) GetChildOrgList

func (client *Client) GetChildOrgList(request *GetChildOrgListRequest) (_result *GetChildOrgListResponse, _err error)

func (*Client) GetChildOrgListWithOptions

func (client *Client) GetChildOrgListWithOptions(request *GetChildOrgListRequest, headers *GetChildOrgListHeaders, runtime *util.RuntimeOptions) (_result *GetChildOrgListResponse, _err error)

func (*Client) GetEmployeeInfoByWorkNo

func (client *Client) GetEmployeeInfoByWorkNo(request *GetEmployeeInfoByWorkNoRequest) (_result *GetEmployeeInfoByWorkNoResponse, _err error)

func (*Client) GetEmployeeInfoByWorkNoWithOptions

func (client *Client) GetEmployeeInfoByWorkNoWithOptions(request *GetEmployeeInfoByWorkNoRequest, headers *GetEmployeeInfoByWorkNoHeaders, runtime *util.RuntimeOptions) (_result *GetEmployeeInfoByWorkNoResponse, _err error)

func (*Client) GetEmploymentRecordByWorkNo

func (client *Client) GetEmploymentRecordByWorkNo(workNumbers *string) (_result *GetEmploymentRecordByWorkNoResponse, _err error)

func (*Client) GetEmploymentRecordByWorkNoWithOptions

func (client *Client) GetEmploymentRecordByWorkNoWithOptions(workNumbers *string, headers *GetEmploymentRecordByWorkNoHeaders, runtime *util.RuntimeOptions) (_result *GetEmploymentRecordByWorkNoResponse, _err error)

func (*Client) GetJobPosition

func (client *Client) GetJobPosition(request *GetJobPositionRequest) (_result *GetJobPositionResponse, _err error)

func (*Client) GetJobPositionWithOptions

func (client *Client) GetJobPositionWithOptions(request *GetJobPositionRequest, headers *GetJobPositionHeaders, runtime *util.RuntimeOptions) (_result *GetJobPositionResponse, _err error)

func (*Client) GetJobPost

func (client *Client) GetJobPost(request *GetJobPostRequest) (_result *GetJobPostResponse, _err error)

func (*Client) GetJobPostWithOptions

func (client *Client) GetJobPostWithOptions(request *GetJobPostRequest, headers *GetJobPostHeaders, runtime *util.RuntimeOptions) (_result *GetJobPostResponse, _err error)

func (*Client) GetOrgInfo

func (client *Client) GetOrgInfo(request *GetOrgInfoRequest) (_result *GetOrgInfoResponse, _err error)

func (*Client) GetOrgInfoWithOptions

func (client *Client) GetOrgInfoWithOptions(request *GetOrgInfoRequest, headers *GetOrgInfoHeaders, runtime *util.RuntimeOptions) (_result *GetOrgInfoResponse, _err error)

func (*Client) GetStaffInfoByWorkNo

func (client *Client) GetStaffInfoByWorkNo(request *GetStaffInfoByWorkNoRequest) (_result *GetStaffInfoByWorkNoResponse, _err error)

func (*Client) GetStaffInfoByWorkNoWithOptions

func (client *Client) GetStaffInfoByWorkNoWithOptions(request *GetStaffInfoByWorkNoRequest, headers *GetStaffInfoByWorkNoHeaders, runtime *util.RuntimeOptions) (_result *GetStaffInfoByWorkNoResponse, _err error)

func (*Client) GetStaffPageQuery

func (client *Client) GetStaffPageQuery(request *GetStaffPageQueryRequest) (_result *GetStaffPageQueryResponse, _err error)

func (*Client) GetStaffPageQueryWithOptions

func (client *Client) GetStaffPageQueryWithOptions(request *GetStaffPageQueryRequest, headers *GetStaffPageQueryHeaders, runtime *util.RuntimeOptions) (_result *GetStaffPageQueryResponse, _err error)

func (*Client) GetUser

func (client *Client) GetUser(request *GetUserRequest) (_result *GetUserResponse, _err error)

func (*Client) GetUserWithOptions

func (client *Client) GetUserWithOptions(request *GetUserRequest, headers *GetUserHeaders, runtime *util.RuntimeOptions) (_result *GetUserResponse, _err error)

func (*Client) Init

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

func (*Client) ListAnalyzePeriods

func (client *Client) ListAnalyzePeriods() (_result *ListAnalyzePeriodsResponse, _err error)

func (*Client) ListAnalyzePeriodsWithOptions

func (client *Client) ListAnalyzePeriodsWithOptions(headers *ListAnalyzePeriodsHeaders, runtime *util.RuntimeOptions) (_result *ListAnalyzePeriodsResponse, _err error)

func (*Client) ListObjectiveByIds

func (client *Client) ListObjectiveByIds(request *ListObjectiveByIdsRequest) (_result *ListObjectiveByIdsResponse, _err error)

func (*Client) ListObjectiveByIdsWithOptions

func (client *Client) ListObjectiveByIdsWithOptions(request *ListObjectiveByIdsRequest, headers *ListObjectiveByIdsHeaders, runtime *util.RuntimeOptions) (_result *ListObjectiveByIdsResponse, _err error)

func (*Client) ListObjectiveByUser

func (client *Client) ListObjectiveByUser(request *ListObjectiveByUserRequest) (_result *ListObjectiveByUserResponse, _err error)

func (*Client) ListObjectiveByUserWithOptions

func (client *Client) ListObjectiveByUserWithOptions(request *ListObjectiveByUserRequest, headers *ListObjectiveByUserHeaders, runtime *util.RuntimeOptions) (_result *ListObjectiveByUserResponse, _err error)

func (*Client) ListProgressByIds

func (client *Client) ListProgressByIds(request *ListProgressByIdsRequest) (_result *ListProgressByIdsResponse, _err error)

func (*Client) ListProgressByIdsWithOptions

func (client *Client) ListProgressByIdsWithOptions(request *ListProgressByIdsRequest, headers *ListProgressByIdsHeaders, runtime *util.RuntimeOptions) (_result *ListProgressByIdsResponse, _err error)

func (*Client) PageListObjectiveProgress

func (client *Client) PageListObjectiveProgress(request *PageListObjectiveProgressRequest) (_result *PageListObjectiveProgressResponse, _err error)

func (*Client) PageListObjectiveProgressWithOptions

func (client *Client) PageListObjectiveProgressWithOptions(request *PageListObjectiveProgressRequest, headers *PageListObjectiveProgressHeaders, runtime *util.RuntimeOptions) (_result *PageListObjectiveProgressResponse, _err error)

func (*Client) TransferUserObjective

func (client *Client) TransferUserObjective(request *TransferUserObjectiveRequest) (_result *TransferUserObjectiveResponse, _err error)

func (*Client) TransferUserObjectiveWithOptions

func (client *Client) TransferUserObjectiveWithOptions(request *TransferUserObjectiveRequest, headers *TransferUserObjectiveHeaders, runtime *util.RuntimeOptions) (_result *TransferUserObjectiveResponse, _err error)

type GetAllJobLevelHeaders

type GetAllJobLevelHeaders 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 (GetAllJobLevelHeaders) GoString

func (s GetAllJobLevelHeaders) GoString() string

func (*GetAllJobLevelHeaders) SetCommonHeaders

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

func (*GetAllJobLevelHeaders) SetXAcsDingtalkAccessToken

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

func (GetAllJobLevelHeaders) String

func (s GetAllJobLevelHeaders) String() string

type GetAllJobLevelResponse

type GetAllJobLevelResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAllJobLevelResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAllJobLevelResponse) GoString

func (s GetAllJobLevelResponse) GoString() string

func (*GetAllJobLevelResponse) SetBody

func (*GetAllJobLevelResponse) SetHeaders

func (*GetAllJobLevelResponse) SetStatusCode

func (GetAllJobLevelResponse) String

func (s GetAllJobLevelResponse) String() string

type GetAllJobLevelResponseBody

type GetAllJobLevelResponseBody struct {
	Content   []*CfJobLevelResp `json:"content,omitempty" xml:"content,omitempty" type:"Repeated"`
	RequestId *string           `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GetAllJobLevelResponseBody) GoString

func (s GetAllJobLevelResponseBody) GoString() string

func (*GetAllJobLevelResponseBody) SetContent

func (*GetAllJobLevelResponseBody) SetRequestId

func (GetAllJobLevelResponseBody) String

type GetAllJobPositionHeaders

type GetAllJobPositionHeaders 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 (GetAllJobPositionHeaders) GoString

func (s GetAllJobPositionHeaders) GoString() string

func (*GetAllJobPositionHeaders) SetCommonHeaders

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

func (*GetAllJobPositionHeaders) SetXAcsDingtalkAccessToken

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

func (GetAllJobPositionHeaders) String

func (s GetAllJobPositionHeaders) String() string

type GetAllJobPositionResponse

type GetAllJobPositionResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAllJobPositionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAllJobPositionResponse) GoString

func (s GetAllJobPositionResponse) GoString() string

func (*GetAllJobPositionResponse) SetBody

func (*GetAllJobPositionResponse) SetHeaders

func (*GetAllJobPositionResponse) SetStatusCode

func (GetAllJobPositionResponse) String

func (s GetAllJobPositionResponse) String() string

type GetAllJobPositionResponseBody

type GetAllJobPositionResponseBody struct {
	Content   []*CfJobPositionResp `json:"content,omitempty" xml:"content,omitempty" type:"Repeated"`
	RequestId *string              `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GetAllJobPositionResponseBody) GoString

func (*GetAllJobPositionResponseBody) SetContent

func (*GetAllJobPositionResponseBody) SetRequestId

func (GetAllJobPositionResponseBody) String

type GetAllJobPostHeaders

type GetAllJobPostHeaders 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 (GetAllJobPostHeaders) GoString

func (s GetAllJobPostHeaders) GoString() string

func (*GetAllJobPostHeaders) SetCommonHeaders

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

func (*GetAllJobPostHeaders) SetXAcsDingtalkAccessToken

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

func (GetAllJobPostHeaders) String

func (s GetAllJobPostHeaders) String() string

type GetAllJobPostResponse

type GetAllJobPostResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAllJobPostResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAllJobPostResponse) GoString

func (s GetAllJobPostResponse) GoString() string

func (*GetAllJobPostResponse) SetBody

func (*GetAllJobPostResponse) SetHeaders

func (*GetAllJobPostResponse) SetStatusCode

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

func (GetAllJobPostResponse) String

func (s GetAllJobPostResponse) String() string

type GetAllJobPostResponseBody

type GetAllJobPostResponseBody struct {
	Content   []*CfJobPostResp `json:"content,omitempty" xml:"content,omitempty" type:"Repeated"`
	RequestId *string          `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GetAllJobPostResponseBody) GoString

func (s GetAllJobPostResponseBody) GoString() string

func (*GetAllJobPostResponseBody) SetContent

func (*GetAllJobPostResponseBody) SetRequestId

func (GetAllJobPostResponseBody) String

func (s GetAllJobPostResponseBody) String() string

type GetAnalyzeDataHeaders

type GetAnalyzeDataHeaders 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 (GetAnalyzeDataHeaders) GoString

func (s GetAnalyzeDataHeaders) GoString() string

func (*GetAnalyzeDataHeaders) SetCommonHeaders

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

func (*GetAnalyzeDataHeaders) SetXAcsDingtalkAccessToken

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

func (GetAnalyzeDataHeaders) String

func (s GetAnalyzeDataHeaders) String() string

type GetAnalyzeDataRequest

type GetAnalyzeDataRequest struct {
	PeriodIds []*string `json:"periodIds,omitempty" xml:"periodIds,omitempty" type:"Repeated"`
	DeptId    *string   `json:"deptId,omitempty" xml:"deptId,omitempty"`
}

func (GetAnalyzeDataRequest) GoString

func (s GetAnalyzeDataRequest) GoString() string

func (*GetAnalyzeDataRequest) SetDeptId

func (*GetAnalyzeDataRequest) SetPeriodIds

func (s *GetAnalyzeDataRequest) SetPeriodIds(v []*string) *GetAnalyzeDataRequest

func (GetAnalyzeDataRequest) String

func (s GetAnalyzeDataRequest) String() string

type GetAnalyzeDataResponse

type GetAnalyzeDataResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAnalyzeDataResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAnalyzeDataResponse) GoString

func (s GetAnalyzeDataResponse) GoString() string

func (*GetAnalyzeDataResponse) SetBody

func (*GetAnalyzeDataResponse) SetHeaders

func (*GetAnalyzeDataResponse) SetStatusCode

func (GetAnalyzeDataResponse) String

func (s GetAnalyzeDataResponse) String() string

type GetAnalyzeDataResponseBody

type GetAnalyzeDataResponseBody struct {
	Content   *OpenAnalyzeDataDTO `json:"content,omitempty" xml:"content,omitempty"`
	RequestId *string             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool               `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetAnalyzeDataResponseBody) GoString

func (s GetAnalyzeDataResponseBody) GoString() string

func (*GetAnalyzeDataResponseBody) SetContent

func (*GetAnalyzeDataResponseBody) SetRequestId

func (*GetAnalyzeDataResponseBody) SetSuccess

func (GetAnalyzeDataResponseBody) String

type GetChildOrgListHeaders

type GetChildOrgListHeaders 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 (GetChildOrgListHeaders) GoString

func (s GetChildOrgListHeaders) GoString() string

func (*GetChildOrgListHeaders) SetCommonHeaders

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

func (*GetChildOrgListHeaders) SetXAcsDingtalkAccessToken

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

func (GetChildOrgListHeaders) String

func (s GetChildOrgListHeaders) String() string

type GetChildOrgListRequest

type GetChildOrgListRequest struct {
	DeptCode *string `json:"deptCode,omitempty" xml:"deptCode,omitempty"`
}

func (GetChildOrgListRequest) GoString

func (s GetChildOrgListRequest) GoString() string

func (*GetChildOrgListRequest) SetDeptCode

func (GetChildOrgListRequest) String

func (s GetChildOrgListRequest) String() string

type GetChildOrgListResponse

type GetChildOrgListResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetChildOrgListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetChildOrgListResponse) GoString

func (s GetChildOrgListResponse) GoString() string

func (*GetChildOrgListResponse) SetBody

func (*GetChildOrgListResponse) SetHeaders

func (*GetChildOrgListResponse) SetStatusCode

func (GetChildOrgListResponse) String

func (s GetChildOrgListResponse) String() string

type GetChildOrgListResponseBody

type GetChildOrgListResponseBody struct {
	Content   []*CfOrgResp `json:"content,omitempty" xml:"content,omitempty" type:"Repeated"`
	RequestId *string      `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GetChildOrgListResponseBody) GoString

func (s GetChildOrgListResponseBody) GoString() string

func (*GetChildOrgListResponseBody) SetContent

func (*GetChildOrgListResponseBody) SetRequestId

func (GetChildOrgListResponseBody) String

type GetEmployeeInfoByWorkNoHeaders

type GetEmployeeInfoByWorkNoHeaders 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 (GetEmployeeInfoByWorkNoHeaders) GoString

func (*GetEmployeeInfoByWorkNoHeaders) SetCommonHeaders

func (*GetEmployeeInfoByWorkNoHeaders) SetXAcsDingtalkAccessToken

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

func (GetEmployeeInfoByWorkNoHeaders) String

type GetEmployeeInfoByWorkNoRequest

type GetEmployeeInfoByWorkNoRequest struct {
	WorkNo *string `json:"workNo,omitempty" xml:"workNo,omitempty"`
}

func (GetEmployeeInfoByWorkNoRequest) GoString

func (*GetEmployeeInfoByWorkNoRequest) SetWorkNo

func (GetEmployeeInfoByWorkNoRequest) String

type GetEmployeeInfoByWorkNoResponse

type GetEmployeeInfoByWorkNoResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetEmployeeInfoByWorkNoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetEmployeeInfoByWorkNoResponse) GoString

func (*GetEmployeeInfoByWorkNoResponse) SetHeaders

func (*GetEmployeeInfoByWorkNoResponse) SetStatusCode

func (GetEmployeeInfoByWorkNoResponse) String

type GetEmployeeInfoByWorkNoResponseBody

type GetEmployeeInfoByWorkNoResponseBody struct {
	Content *GetEmployeeInfoByWorkNoResponseBodyContent `json:"content,omitempty" xml:"content,omitempty" type:"Struct"`
	Success *bool                                       `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetEmployeeInfoByWorkNoResponseBody) GoString

func (*GetEmployeeInfoByWorkNoResponseBody) SetSuccess

func (GetEmployeeInfoByWorkNoResponseBody) String

type GetEmployeeInfoByWorkNoResponseBodyContent

type GetEmployeeInfoByWorkNoResponseBodyContent struct {
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
	WorkNo *string `json:"workNo,omitempty" xml:"workNo,omitempty"`
}

func (GetEmployeeInfoByWorkNoResponseBodyContent) GoString

func (*GetEmployeeInfoByWorkNoResponseBodyContent) SetName

func (*GetEmployeeInfoByWorkNoResponseBodyContent) SetWorkNo

func (GetEmployeeInfoByWorkNoResponseBodyContent) String

type GetEmploymentRecordByWorkNoHeaders

type GetEmploymentRecordByWorkNoHeaders 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 (GetEmploymentRecordByWorkNoHeaders) GoString

func (*GetEmploymentRecordByWorkNoHeaders) SetCommonHeaders

func (*GetEmploymentRecordByWorkNoHeaders) SetXAcsDingtalkAccessToken

func (GetEmploymentRecordByWorkNoHeaders) String

type GetEmploymentRecordByWorkNoResponse

type GetEmploymentRecordByWorkNoResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetEmploymentRecordByWorkNoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetEmploymentRecordByWorkNoResponse) GoString

func (*GetEmploymentRecordByWorkNoResponse) SetHeaders

func (*GetEmploymentRecordByWorkNoResponse) SetStatusCode

func (GetEmploymentRecordByWorkNoResponse) String

type GetEmploymentRecordByWorkNoResponseBody

type GetEmploymentRecordByWorkNoResponseBody struct {
	Content   []*CfEmploymentRecordResp `json:"content,omitempty" xml:"content,omitempty" type:"Repeated"`
	RequestId *string                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GetEmploymentRecordByWorkNoResponseBody) GoString

func (*GetEmploymentRecordByWorkNoResponseBody) SetContent

func (*GetEmploymentRecordByWorkNoResponseBody) SetRequestId

func (GetEmploymentRecordByWorkNoResponseBody) String

type GetJobPositionHeaders

type GetJobPositionHeaders 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 (GetJobPositionHeaders) GoString

func (s GetJobPositionHeaders) GoString() string

func (*GetJobPositionHeaders) SetCommonHeaders

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

func (*GetJobPositionHeaders) SetXAcsDingtalkAccessToken

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

func (GetJobPositionHeaders) String

func (s GetJobPositionHeaders) String() string

type GetJobPositionRequest

type GetJobPositionRequest struct {
	JobPositionCode *string `json:"jobPositionCode,omitempty" xml:"jobPositionCode,omitempty"`
}

func (GetJobPositionRequest) GoString

func (s GetJobPositionRequest) GoString() string

func (*GetJobPositionRequest) SetJobPositionCode

func (s *GetJobPositionRequest) SetJobPositionCode(v string) *GetJobPositionRequest

func (GetJobPositionRequest) String

func (s GetJobPositionRequest) String() string

type GetJobPositionResponse

type GetJobPositionResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetJobPositionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetJobPositionResponse) GoString

func (s GetJobPositionResponse) GoString() string

func (*GetJobPositionResponse) SetBody

func (*GetJobPositionResponse) SetHeaders

func (*GetJobPositionResponse) SetStatusCode

func (GetJobPositionResponse) String

func (s GetJobPositionResponse) String() string

type GetJobPositionResponseBody

type GetJobPositionResponseBody struct {
	Content   *GetJobPositionResponseBodyContent `json:"content,omitempty" xml:"content,omitempty" type:"Struct"`
	RequestId *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GetJobPositionResponseBody) GoString

func (s GetJobPositionResponseBody) GoString() string

func (*GetJobPositionResponseBody) SetContent

func (*GetJobPositionResponseBody) SetRequestId

func (GetJobPositionResponseBody) String

type GetJobPositionResponseBodyContent

type GetJobPositionResponseBodyContent struct {
	Description     *string `json:"description,omitempty" xml:"description,omitempty"`
	EstablishDate   *string `json:"establishDate,omitempty" xml:"establishDate,omitempty"`
	JobCode         *string `json:"jobCode,omitempty" xml:"jobCode,omitempty"`
	JobRequirements *string `json:"jobRequirements,omitempty" xml:"jobRequirements,omitempty"`
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
	StartDate       *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	StopDate        *string `json:"stopDate,omitempty" xml:"stopDate,omitempty"`
}

func (GetJobPositionResponseBodyContent) GoString

func (*GetJobPositionResponseBodyContent) SetDescription

func (*GetJobPositionResponseBodyContent) SetEstablishDate

func (*GetJobPositionResponseBodyContent) SetJobCode

func (*GetJobPositionResponseBodyContent) SetJobRequirements

func (*GetJobPositionResponseBodyContent) SetName

func (*GetJobPositionResponseBodyContent) SetStartDate

func (*GetJobPositionResponseBodyContent) SetStopDate

func (GetJobPositionResponseBodyContent) String

type GetJobPostHeaders

type GetJobPostHeaders 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 (GetJobPostHeaders) GoString

func (s GetJobPostHeaders) GoString() string

func (*GetJobPostHeaders) SetCommonHeaders

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

func (*GetJobPostHeaders) SetXAcsDingtalkAccessToken

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

func (GetJobPostHeaders) String

func (s GetJobPostHeaders) String() string

type GetJobPostRequest

type GetJobPostRequest struct {
	JobPostCode *string `json:"jobPostCode,omitempty" xml:"jobPostCode,omitempty"`
}

func (GetJobPostRequest) GoString

func (s GetJobPostRequest) GoString() string

func (*GetJobPostRequest) SetJobPostCode

func (s *GetJobPostRequest) SetJobPostCode(v string) *GetJobPostRequest

func (GetJobPostRequest) String

func (s GetJobPostRequest) String() string

type GetJobPostResponse

type GetJobPostResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetJobPostResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetJobPostResponse) GoString

func (s GetJobPostResponse) GoString() string

func (*GetJobPostResponse) SetBody

func (*GetJobPostResponse) SetHeaders

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

func (*GetJobPostResponse) SetStatusCode

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

func (GetJobPostResponse) String

func (s GetJobPostResponse) String() string

type GetJobPostResponseBody

type GetJobPostResponseBody struct {
	Content   *GetJobPostResponseBodyContent `json:"content,omitempty" xml:"content,omitempty" type:"Struct"`
	RequestId *string                        `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GetJobPostResponseBody) GoString

func (s GetJobPostResponseBody) GoString() string

func (*GetJobPostResponseBody) SetContent

func (*GetJobPostResponseBody) SetRequestId

func (GetJobPostResponseBody) String

func (s GetJobPostResponseBody) String() string

type GetJobPostResponseBodyContent

type GetJobPostResponseBodyContent struct {
	Code          *string `json:"code,omitempty" xml:"code,omitempty"`
	EstablishDate *string `json:"establishDate,omitempty" xml:"establishDate,omitempty"`
	Name          *string `json:"name,omitempty" xml:"name,omitempty"`
	StartDate     *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	StopDate      *string `json:"stopDate,omitempty" xml:"stopDate,omitempty"`
}

func (GetJobPostResponseBodyContent) GoString

func (*GetJobPostResponseBodyContent) SetCode

func (*GetJobPostResponseBodyContent) SetEstablishDate

func (*GetJobPostResponseBodyContent) SetName

func (*GetJobPostResponseBodyContent) SetStartDate

func (*GetJobPostResponseBodyContent) SetStopDate

func (GetJobPostResponseBodyContent) String

type GetOrgInfoHeaders

type GetOrgInfoHeaders 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 (GetOrgInfoHeaders) GoString

func (s GetOrgInfoHeaders) GoString() string

func (*GetOrgInfoHeaders) SetCommonHeaders

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

func (*GetOrgInfoHeaders) SetXAcsDingtalkAccessToken

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

func (GetOrgInfoHeaders) String

func (s GetOrgInfoHeaders) String() string

type GetOrgInfoRequest

type GetOrgInfoRequest struct {
	DeptCode *string `json:"deptCode,omitempty" xml:"deptCode,omitempty"`
}

func (GetOrgInfoRequest) GoString

func (s GetOrgInfoRequest) GoString() string

func (*GetOrgInfoRequest) SetDeptCode

func (s *GetOrgInfoRequest) SetDeptCode(v string) *GetOrgInfoRequest

func (GetOrgInfoRequest) String

func (s GetOrgInfoRequest) String() string

type GetOrgInfoResponse

type GetOrgInfoResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetOrgInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetOrgInfoResponse) GoString

func (s GetOrgInfoResponse) GoString() string

func (*GetOrgInfoResponse) SetBody

func (*GetOrgInfoResponse) SetHeaders

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

func (*GetOrgInfoResponse) SetStatusCode

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

func (GetOrgInfoResponse) String

func (s GetOrgInfoResponse) String() string

type GetOrgInfoResponseBody

type GetOrgInfoResponseBody struct {
	Content   *GetOrgInfoResponseBodyContent `json:"content,omitempty" xml:"content,omitempty" type:"Struct"`
	RequestId *string                        `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GetOrgInfoResponseBody) GoString

func (s GetOrgInfoResponseBody) GoString() string

func (*GetOrgInfoResponseBody) SetContent

func (*GetOrgInfoResponseBody) SetRequestId

func (GetOrgInfoResponseBody) String

func (s GetOrgInfoResponseBody) String() string

type GetOrgInfoResponseBodyContent

type GetOrgInfoResponseBodyContent struct {
	DeptCode             *string `json:"deptCode,omitempty" xml:"deptCode,omitempty"`
	DeptName             *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
	DeptNum              *string `json:"deptNum,omitempty" xml:"deptNum,omitempty"`
	Level                *string `json:"level,omitempty" xml:"level,omitempty"`
	OrganizationCodePath *string `json:"organizationCodePath,omitempty" xml:"organizationCodePath,omitempty"`
	OrganizationPath     *string `json:"organizationPath,omitempty" xml:"organizationPath,omitempty"`
	ParentDeptCode       *string `json:"parentDeptCode,omitempty" xml:"parentDeptCode,omitempty"`
	ShortName            *string `json:"shortName,omitempty" xml:"shortName,omitempty"`
	StartDate            *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	StopDate             *string `json:"stopDate,omitempty" xml:"stopDate,omitempty"`
}

func (GetOrgInfoResponseBodyContent) GoString

func (*GetOrgInfoResponseBodyContent) SetDeptCode

func (*GetOrgInfoResponseBodyContent) SetDeptName

func (*GetOrgInfoResponseBodyContent) SetDeptNum

func (*GetOrgInfoResponseBodyContent) SetLevel

func (*GetOrgInfoResponseBodyContent) SetOrganizationCodePath

func (*GetOrgInfoResponseBodyContent) SetOrganizationPath

func (*GetOrgInfoResponseBodyContent) SetParentDeptCode

func (*GetOrgInfoResponseBodyContent) SetShortName

func (*GetOrgInfoResponseBodyContent) SetStartDate

func (*GetOrgInfoResponseBodyContent) SetStopDate

func (GetOrgInfoResponseBodyContent) String

type GetStaffInfoByWorkNoHeaders

type GetStaffInfoByWorkNoHeaders 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 (GetStaffInfoByWorkNoHeaders) GoString

func (s GetStaffInfoByWorkNoHeaders) GoString() string

func (*GetStaffInfoByWorkNoHeaders) SetCommonHeaders

func (*GetStaffInfoByWorkNoHeaders) SetXAcsDingtalkAccessToken

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

func (GetStaffInfoByWorkNoHeaders) String

type GetStaffInfoByWorkNoRequest

type GetStaffInfoByWorkNoRequest struct {
	WorkNumbers *string `json:"workNumbers,omitempty" xml:"workNumbers,omitempty"`
}

func (GetStaffInfoByWorkNoRequest) GoString

func (s GetStaffInfoByWorkNoRequest) GoString() string

func (*GetStaffInfoByWorkNoRequest) SetWorkNumbers

func (GetStaffInfoByWorkNoRequest) String

type GetStaffInfoByWorkNoResponse

type GetStaffInfoByWorkNoResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetStaffInfoByWorkNoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetStaffInfoByWorkNoResponse) GoString

func (s GetStaffInfoByWorkNoResponse) GoString() string

func (*GetStaffInfoByWorkNoResponse) SetBody

func (*GetStaffInfoByWorkNoResponse) SetHeaders

func (*GetStaffInfoByWorkNoResponse) SetStatusCode

func (GetStaffInfoByWorkNoResponse) String

type GetStaffInfoByWorkNoResponseBody

type GetStaffInfoByWorkNoResponseBody struct {
	Content   *GetStaffInfoByWorkNoResponseBodyContent `json:"content,omitempty" xml:"content,omitempty" type:"Struct"`
	RequestId *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GetStaffInfoByWorkNoResponseBody) GoString

func (*GetStaffInfoByWorkNoResponseBody) SetRequestId

func (GetStaffInfoByWorkNoResponseBody) String

type GetStaffInfoByWorkNoResponseBodyContent

type GetStaffInfoByWorkNoResponseBodyContent struct {
	DeptCode        *string `json:"deptCode,omitempty" xml:"deptCode,omitempty"`
	DeptName        *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
	Email           *string `json:"email,omitempty" xml:"email,omitempty"`
	EmployType      *string `json:"employType,omitempty" xml:"employType,omitempty"`
	EmployeeStatus  *string `json:"employeeStatus,omitempty" xml:"employeeStatus,omitempty"`
	JobLevelName    *string `json:"jobLevelName,omitempty" xml:"jobLevelName,omitempty"`
	JobPositionCode *string `json:"jobPositionCode,omitempty" xml:"jobPositionCode,omitempty"`
	JobPositionName *string `json:"jobPositionName,omitempty" xml:"jobPositionName,omitempty"`
	JobPostCode     *string `json:"jobPostCode,omitempty" xml:"jobPostCode,omitempty"`
	JobPostName     *string `json:"jobPostName,omitempty" xml:"jobPostName,omitempty"`
	Mobile          *string `json:"mobile,omitempty" xml:"mobile,omitempty"`
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
	NickName        *string `json:"nickName,omitempty" xml:"nickName,omitempty"`
	WorkNumbers     *string `json:"workNumbers,omitempty" xml:"workNumbers,omitempty"`
}

func (GetStaffInfoByWorkNoResponseBodyContent) GoString

func (*GetStaffInfoByWorkNoResponseBodyContent) SetDeptCode

func (*GetStaffInfoByWorkNoResponseBodyContent) SetDeptName

func (*GetStaffInfoByWorkNoResponseBodyContent) SetEmail

func (*GetStaffInfoByWorkNoResponseBodyContent) SetEmployType

func (*GetStaffInfoByWorkNoResponseBodyContent) SetEmployeeStatus

func (*GetStaffInfoByWorkNoResponseBodyContent) SetJobLevelName

func (*GetStaffInfoByWorkNoResponseBodyContent) SetJobPositionCode

func (*GetStaffInfoByWorkNoResponseBodyContent) SetJobPositionName

func (*GetStaffInfoByWorkNoResponseBodyContent) SetJobPostCode

func (*GetStaffInfoByWorkNoResponseBodyContent) SetJobPostName

func (*GetStaffInfoByWorkNoResponseBodyContent) SetMobile

func (*GetStaffInfoByWorkNoResponseBodyContent) SetName

func (*GetStaffInfoByWorkNoResponseBodyContent) SetNickName

func (*GetStaffInfoByWorkNoResponseBodyContent) SetWorkNumbers

func (GetStaffInfoByWorkNoResponseBodyContent) String

type GetStaffPageQueryHeaders

type GetStaffPageQueryHeaders 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 (GetStaffPageQueryHeaders) GoString

func (s GetStaffPageQueryHeaders) GoString() string

func (*GetStaffPageQueryHeaders) SetCommonHeaders

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

func (*GetStaffPageQueryHeaders) SetXAcsDingtalkAccessToken

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

func (GetStaffPageQueryHeaders) String

func (s GetStaffPageQueryHeaders) String() string

type GetStaffPageQueryRequest

type GetStaffPageQueryRequest struct {
	DeptCode   *string `json:"deptCode,omitempty" xml:"deptCode,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	WorkNo     *string `json:"workNo,omitempty" xml:"workNo,omitempty"`
}

func (GetStaffPageQueryRequest) GoString

func (s GetStaffPageQueryRequest) GoString() string

func (*GetStaffPageQueryRequest) SetDeptCode

func (*GetStaffPageQueryRequest) SetName

func (*GetStaffPageQueryRequest) SetPageNumber

func (*GetStaffPageQueryRequest) SetPageSize

func (*GetStaffPageQueryRequest) SetWorkNo

func (GetStaffPageQueryRequest) String

func (s GetStaffPageQueryRequest) String() string

type GetStaffPageQueryResponse

type GetStaffPageQueryResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetStaffPageQueryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetStaffPageQueryResponse) GoString

func (s GetStaffPageQueryResponse) GoString() string

func (*GetStaffPageQueryResponse) SetBody

func (*GetStaffPageQueryResponse) SetHeaders

func (*GetStaffPageQueryResponse) SetStatusCode

func (GetStaffPageQueryResponse) String

func (s GetStaffPageQueryResponse) String() string

type GetStaffPageQueryResponseBody

type GetStaffPageQueryResponseBody struct {
	Content   *GetStaffPageQueryResponseBodyContent `json:"content,omitempty" xml:"content,omitempty" type:"Struct"`
	RequestId *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GetStaffPageQueryResponseBody) GoString

func (*GetStaffPageQueryResponseBody) SetRequestId

func (GetStaffPageQueryResponseBody) String

type GetStaffPageQueryResponseBodyContent

type GetStaffPageQueryResponseBodyContent struct {
	Data       []*CfStaffResp `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	PageNumber *int32         `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32         `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	TotalCount *int64         `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (GetStaffPageQueryResponseBodyContent) GoString

func (*GetStaffPageQueryResponseBodyContent) SetData

func (*GetStaffPageQueryResponseBodyContent) SetPageNumber

func (*GetStaffPageQueryResponseBodyContent) SetPageSize

func (*GetStaffPageQueryResponseBodyContent) SetTotalCount

func (GetStaffPageQueryResponseBodyContent) String

type GetUserHeaders

type GetUserHeaders 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 (GetUserHeaders) GoString

func (s GetUserHeaders) GoString() string

func (*GetUserHeaders) SetCommonHeaders

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

func (*GetUserHeaders) SetXAcsDingtalkAccessToken

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

func (GetUserHeaders) String

func (s GetUserHeaders) String() string

type GetUserRequest

type GetUserRequest struct {
	OkrUserId *string `json:"okrUserId,omitempty" xml:"okrUserId,omitempty"`
	UserId    *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetUserRequest) GoString

func (s GetUserRequest) GoString() string

func (*GetUserRequest) SetOkrUserId

func (s *GetUserRequest) SetOkrUserId(v string) *GetUserRequest

func (*GetUserRequest) SetUserId

func (s *GetUserRequest) SetUserId(v string) *GetUserRequest

func (GetUserRequest) String

func (s GetUserRequest) String() string

type GetUserResponse

type GetUserResponse struct {
	Headers    map[string]*string   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserResponse) GoString

func (s GetUserResponse) GoString() string

func (*GetUserResponse) SetBody

func (*GetUserResponse) SetHeaders

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

func (*GetUserResponse) SetStatusCode

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

func (GetUserResponse) String

func (s GetUserResponse) String() string

type GetUserResponseBody

type GetUserResponseBody struct {
	Content   *OpenUserDTO `json:"content,omitempty" xml:"content,omitempty"`
	RequestId *string      `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool        `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetUserResponseBody) GoString

func (s GetUserResponseBody) GoString() string

func (*GetUserResponseBody) SetContent

func (*GetUserResponseBody) SetRequestId

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

func (*GetUserResponseBody) SetSuccess

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

func (GetUserResponseBody) String

func (s GetUserResponseBody) String() string

type ListAnalyzePeriodsHeaders

type ListAnalyzePeriodsHeaders 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 (ListAnalyzePeriodsHeaders) GoString

func (s ListAnalyzePeriodsHeaders) GoString() string

func (*ListAnalyzePeriodsHeaders) SetCommonHeaders

func (*ListAnalyzePeriodsHeaders) SetXAcsDingtalkAccessToken

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

func (ListAnalyzePeriodsHeaders) String

func (s ListAnalyzePeriodsHeaders) String() string

type ListAnalyzePeriodsResponse

type ListAnalyzePeriodsResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListAnalyzePeriodsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAnalyzePeriodsResponse) GoString

func (s ListAnalyzePeriodsResponse) GoString() string

func (*ListAnalyzePeriodsResponse) SetBody

func (*ListAnalyzePeriodsResponse) SetHeaders

func (*ListAnalyzePeriodsResponse) SetStatusCode

func (ListAnalyzePeriodsResponse) String

type ListAnalyzePeriodsResponseBody

type ListAnalyzePeriodsResponseBody struct {
	Content   []*OpenPeriodDTO `json:"content,omitempty" xml:"content,omitempty" type:"Repeated"`
	RequestId *string          `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool            `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListAnalyzePeriodsResponseBody) GoString

func (*ListAnalyzePeriodsResponseBody) SetContent

func (*ListAnalyzePeriodsResponseBody) SetRequestId

func (*ListAnalyzePeriodsResponseBody) SetSuccess

func (ListAnalyzePeriodsResponseBody) String

type ListObjectiveByIdsHeaders

type ListObjectiveByIdsHeaders 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 (ListObjectiveByIdsHeaders) GoString

func (s ListObjectiveByIdsHeaders) GoString() string

func (*ListObjectiveByIdsHeaders) SetCommonHeaders

func (*ListObjectiveByIdsHeaders) SetXAcsDingtalkAccessToken

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

func (ListObjectiveByIdsHeaders) String

func (s ListObjectiveByIdsHeaders) String() string

type ListObjectiveByIdsRequest

type ListObjectiveByIdsRequest struct {
	ObjectiveIds []*string `json:"objectiveIds,omitempty" xml:"objectiveIds,omitempty" type:"Repeated"`
}

func (ListObjectiveByIdsRequest) GoString

func (s ListObjectiveByIdsRequest) GoString() string

func (*ListObjectiveByIdsRequest) SetObjectiveIds

func (ListObjectiveByIdsRequest) String

func (s ListObjectiveByIdsRequest) String() string

type ListObjectiveByIdsResponse

type ListObjectiveByIdsResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListObjectiveByIdsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListObjectiveByIdsResponse) GoString

func (s ListObjectiveByIdsResponse) GoString() string

func (*ListObjectiveByIdsResponse) SetBody

func (*ListObjectiveByIdsResponse) SetHeaders

func (*ListObjectiveByIdsResponse) SetStatusCode

func (ListObjectiveByIdsResponse) String

type ListObjectiveByIdsResponseBody

type ListObjectiveByIdsResponseBody struct {
	Content   []*OpenObjectiveDTO `json:"content,omitempty" xml:"content,omitempty" type:"Repeated"`
	RequestId *string             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool               `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListObjectiveByIdsResponseBody) GoString

func (*ListObjectiveByIdsResponseBody) SetContent

func (*ListObjectiveByIdsResponseBody) SetRequestId

func (*ListObjectiveByIdsResponseBody) SetSuccess

func (ListObjectiveByIdsResponseBody) String

type ListObjectiveByUserHeaders

type ListObjectiveByUserHeaders 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 (ListObjectiveByUserHeaders) GoString

func (s ListObjectiveByUserHeaders) GoString() string

func (*ListObjectiveByUserHeaders) SetCommonHeaders

func (*ListObjectiveByUserHeaders) SetXAcsDingtalkAccessToken

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

func (ListObjectiveByUserHeaders) String

type ListObjectiveByUserRequest

type ListObjectiveByUserRequest struct {
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	UserId     *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ListObjectiveByUserRequest) GoString

func (s ListObjectiveByUserRequest) GoString() string

func (*ListObjectiveByUserRequest) SetPageNumber

func (*ListObjectiveByUserRequest) SetPageSize

func (*ListObjectiveByUserRequest) SetUserId

func (ListObjectiveByUserRequest) String

type ListObjectiveByUserResponse

type ListObjectiveByUserResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListObjectiveByUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListObjectiveByUserResponse) GoString

func (s ListObjectiveByUserResponse) GoString() string

func (*ListObjectiveByUserResponse) SetBody

func (*ListObjectiveByUserResponse) SetHeaders

func (*ListObjectiveByUserResponse) SetStatusCode

func (ListObjectiveByUserResponse) String

type ListObjectiveByUserResponseBody

type ListObjectiveByUserResponseBody struct {
	Content   *ListObjectiveByUserResponseBodyContent `json:"content,omitempty" xml:"content,omitempty" type:"Struct"`
	RequestId *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                                   `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListObjectiveByUserResponseBody) GoString

func (*ListObjectiveByUserResponseBody) SetRequestId

func (*ListObjectiveByUserResponseBody) SetSuccess

func (ListObjectiveByUserResponseBody) String

type ListObjectiveByUserResponseBodyContent

type ListObjectiveByUserResponseBodyContent struct {
	Count      *int32              `json:"count,omitempty" xml:"count,omitempty"`
	Objectives []*OpenObjectiveDTO `json:"objectives,omitempty" xml:"objectives,omitempty" type:"Repeated"`
}

func (ListObjectiveByUserResponseBodyContent) GoString

func (*ListObjectiveByUserResponseBodyContent) SetCount

func (*ListObjectiveByUserResponseBodyContent) SetObjectives

func (ListObjectiveByUserResponseBodyContent) String

type ListProgressByIdsHeaders

type ListProgressByIdsHeaders 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 (ListProgressByIdsHeaders) GoString

func (s ListProgressByIdsHeaders) GoString() string

func (*ListProgressByIdsHeaders) SetCommonHeaders

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

func (*ListProgressByIdsHeaders) SetXAcsDingtalkAccessToken

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

func (ListProgressByIdsHeaders) String

func (s ListProgressByIdsHeaders) String() string

type ListProgressByIdsRequest

type ListProgressByIdsRequest struct {
	ProgressIds []*string `json:"progressIds,omitempty" xml:"progressIds,omitempty" type:"Repeated"`
}

func (ListProgressByIdsRequest) GoString

func (s ListProgressByIdsRequest) GoString() string

func (*ListProgressByIdsRequest) SetProgressIds

func (s *ListProgressByIdsRequest) SetProgressIds(v []*string) *ListProgressByIdsRequest

func (ListProgressByIdsRequest) String

func (s ListProgressByIdsRequest) String() string

type ListProgressByIdsResponse

type ListProgressByIdsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListProgressByIdsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListProgressByIdsResponse) GoString

func (s ListProgressByIdsResponse) GoString() string

func (*ListProgressByIdsResponse) SetBody

func (*ListProgressByIdsResponse) SetHeaders

func (*ListProgressByIdsResponse) SetStatusCode

func (ListProgressByIdsResponse) String

func (s ListProgressByIdsResponse) String() string

type ListProgressByIdsResponseBody

type ListProgressByIdsResponseBody struct {
	Content   []*OpenProgressDTO `json:"content,omitempty" xml:"content,omitempty" type:"Repeated"`
	RequestId *string            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool              `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListProgressByIdsResponseBody) GoString

func (*ListProgressByIdsResponseBody) SetContent

func (*ListProgressByIdsResponseBody) SetRequestId

func (*ListProgressByIdsResponseBody) SetSuccess

func (ListProgressByIdsResponseBody) String

type OpenAnalyzeDataDTO

type OpenAnalyzeDataDTO struct {
	DeptCount                    *int32   `json:"deptCount,omitempty" xml:"deptCount,omitempty"`
	NoAlignObjectiveCount        *int32   `json:"noAlignObjectiveCount,omitempty" xml:"noAlignObjectiveCount,omitempty"`
	NoKeyActionCount             *int32   `json:"noKeyActionCount,omitempty" xml:"noKeyActionCount,omitempty"`
	ObjectiveAlignRate           *float64 `json:"objectiveAlignRate,omitempty" xml:"objectiveAlignRate,omitempty"`
	ObjectiveNoSetCount          *int32   `json:"objectiveNoSetCount,omitempty" xml:"objectiveNoSetCount,omitempty"`
	ObjectiveRiskCount           *int32   `json:"objectiveRiskCount,omitempty" xml:"objectiveRiskCount,omitempty"`
	ObjectiveSetRate             *float64 `json:"objectiveSetRate,omitempty" xml:"objectiveSetRate,omitempty"`
	OnlyOneKeyResultCount        *int32   `json:"onlyOneKeyResultCount,omitempty" xml:"onlyOneKeyResultCount,omitempty"`
	OnlyOneObjectiveCount        *int32   `json:"onlyOneObjectiveCount,omitempty" xml:"onlyOneObjectiveCount,omitempty"`
	ProgressUpdateRateLast15Days *float64 `json:"progressUpdateRateLast15Days,omitempty" xml:"progressUpdateRateLast15Days,omitempty"`
	ProgressUpdateRateLast30Days *float64 `json:"progressUpdateRateLast30Days,omitempty" xml:"progressUpdateRateLast30Days,omitempty"`
	ProgressUpdateRateLast7Days  *float64 `json:"progressUpdateRateLast7Days,omitempty" xml:"progressUpdateRateLast7Days,omitempty"`
}

func (OpenAnalyzeDataDTO) GoString

func (s OpenAnalyzeDataDTO) GoString() string

func (*OpenAnalyzeDataDTO) SetDeptCount

func (s *OpenAnalyzeDataDTO) SetDeptCount(v int32) *OpenAnalyzeDataDTO

func (*OpenAnalyzeDataDTO) SetNoAlignObjectiveCount

func (s *OpenAnalyzeDataDTO) SetNoAlignObjectiveCount(v int32) *OpenAnalyzeDataDTO

func (*OpenAnalyzeDataDTO) SetNoKeyActionCount

func (s *OpenAnalyzeDataDTO) SetNoKeyActionCount(v int32) *OpenAnalyzeDataDTO

func (*OpenAnalyzeDataDTO) SetObjectiveAlignRate

func (s *OpenAnalyzeDataDTO) SetObjectiveAlignRate(v float64) *OpenAnalyzeDataDTO

func (*OpenAnalyzeDataDTO) SetObjectiveNoSetCount

func (s *OpenAnalyzeDataDTO) SetObjectiveNoSetCount(v int32) *OpenAnalyzeDataDTO

func (*OpenAnalyzeDataDTO) SetObjectiveRiskCount

func (s *OpenAnalyzeDataDTO) SetObjectiveRiskCount(v int32) *OpenAnalyzeDataDTO

func (*OpenAnalyzeDataDTO) SetObjectiveSetRate

func (s *OpenAnalyzeDataDTO) SetObjectiveSetRate(v float64) *OpenAnalyzeDataDTO

func (*OpenAnalyzeDataDTO) SetOnlyOneKeyResultCount

func (s *OpenAnalyzeDataDTO) SetOnlyOneKeyResultCount(v int32) *OpenAnalyzeDataDTO

func (*OpenAnalyzeDataDTO) SetOnlyOneObjectiveCount

func (s *OpenAnalyzeDataDTO) SetOnlyOneObjectiveCount(v int32) *OpenAnalyzeDataDTO

func (*OpenAnalyzeDataDTO) SetProgressUpdateRateLast15Days

func (s *OpenAnalyzeDataDTO) SetProgressUpdateRateLast15Days(v float64) *OpenAnalyzeDataDTO

func (*OpenAnalyzeDataDTO) SetProgressUpdateRateLast30Days

func (s *OpenAnalyzeDataDTO) SetProgressUpdateRateLast30Days(v float64) *OpenAnalyzeDataDTO

func (*OpenAnalyzeDataDTO) SetProgressUpdateRateLast7Days

func (s *OpenAnalyzeDataDTO) SetProgressUpdateRateLast7Days(v float64) *OpenAnalyzeDataDTO

func (OpenAnalyzeDataDTO) String

func (s OpenAnalyzeDataDTO) String() string

type OpenKeyResultDTO

type OpenKeyResultDTO struct {
	Id            *string         `json:"id,omitempty" xml:"id,omitempty"`
	Progress      *int32          `json:"progress,omitempty" xml:"progress,omitempty"`
	Status        *int32          `json:"status,omitempty" xml:"status,omitempty"`
	Title         *string         `json:"title,omitempty" xml:"title,omitempty"`
	TitleMentions []*TitleMention `json:"titleMentions,omitempty" xml:"titleMentions,omitempty" type:"Repeated"`
	Type          *int32          `json:"type,omitempty" xml:"type,omitempty"`
}

func (OpenKeyResultDTO) GoString

func (s OpenKeyResultDTO) GoString() string

func (*OpenKeyResultDTO) SetId

func (*OpenKeyResultDTO) SetProgress

func (s *OpenKeyResultDTO) SetProgress(v int32) *OpenKeyResultDTO

func (*OpenKeyResultDTO) SetStatus

func (s *OpenKeyResultDTO) SetStatus(v int32) *OpenKeyResultDTO

func (*OpenKeyResultDTO) SetTitle

func (s *OpenKeyResultDTO) SetTitle(v string) *OpenKeyResultDTO

func (*OpenKeyResultDTO) SetTitleMentions

func (s *OpenKeyResultDTO) SetTitleMentions(v []*TitleMention) *OpenKeyResultDTO

func (*OpenKeyResultDTO) SetType

func (s *OpenKeyResultDTO) SetType(v int32) *OpenKeyResultDTO

func (OpenKeyResultDTO) String

func (s OpenKeyResultDTO) String() string

type OpenObjectiveDTO

type OpenObjectiveDTO struct {
	Executor   *OpenUserDTO        `json:"executor,omitempty" xml:"executor,omitempty"`
	Id         *string             `json:"id,omitempty" xml:"id,omitempty"`
	KeyResults []*OpenKeyResultDTO `json:"keyResults,omitempty" xml:"keyResults,omitempty" type:"Repeated"`
	Period     *OpenPeriodDTO      `json:"period,omitempty" xml:"period,omitempty"`
	Progress   *int32              `json:"progress,omitempty" xml:"progress,omitempty"`
	Status     *int32              `json:"status,omitempty" xml:"status,omitempty"`
	Teams      []*OpenTeamDTO      `json:"teams,omitempty" xml:"teams,omitempty" type:"Repeated"`
	Title      *string             `json:"title,omitempty" xml:"title,omitempty"`
}

func (OpenObjectiveDTO) GoString

func (s OpenObjectiveDTO) GoString() string

func (*OpenObjectiveDTO) SetExecutor

func (s *OpenObjectiveDTO) SetExecutor(v *OpenUserDTO) *OpenObjectiveDTO

func (*OpenObjectiveDTO) SetId

func (*OpenObjectiveDTO) SetKeyResults

func (s *OpenObjectiveDTO) SetKeyResults(v []*OpenKeyResultDTO) *OpenObjectiveDTO

func (*OpenObjectiveDTO) SetPeriod

func (*OpenObjectiveDTO) SetProgress

func (s *OpenObjectiveDTO) SetProgress(v int32) *OpenObjectiveDTO

func (*OpenObjectiveDTO) SetStatus

func (s *OpenObjectiveDTO) SetStatus(v int32) *OpenObjectiveDTO

func (*OpenObjectiveDTO) SetTeams

func (s *OpenObjectiveDTO) SetTeams(v []*OpenTeamDTO) *OpenObjectiveDTO

func (*OpenObjectiveDTO) SetTitle

func (s *OpenObjectiveDTO) SetTitle(v string) *OpenObjectiveDTO

func (OpenObjectiveDTO) String

func (s OpenObjectiveDTO) String() string

type OpenPeriodDTO

type OpenPeriodDTO struct {
	EndDate       *int64  `json:"endDate,omitempty" xml:"endDate,omitempty"`
	Id            *string `json:"id,omitempty" xml:"id,omitempty"`
	Name          *string `json:"name,omitempty" xml:"name,omitempty"`
	PeriodBizType *string `json:"periodBizType,omitempty" xml:"periodBizType,omitempty"`
	StartDate     *int64  `json:"startDate,omitempty" xml:"startDate,omitempty"`
}

func (OpenPeriodDTO) GoString

func (s OpenPeriodDTO) GoString() string

func (*OpenPeriodDTO) SetEndDate

func (s *OpenPeriodDTO) SetEndDate(v int64) *OpenPeriodDTO

func (*OpenPeriodDTO) SetId

func (s *OpenPeriodDTO) SetId(v string) *OpenPeriodDTO

func (*OpenPeriodDTO) SetName

func (s *OpenPeriodDTO) SetName(v string) *OpenPeriodDTO

func (*OpenPeriodDTO) SetPeriodBizType

func (s *OpenPeriodDTO) SetPeriodBizType(v string) *OpenPeriodDTO

func (*OpenPeriodDTO) SetStartDate

func (s *OpenPeriodDTO) SetStartDate(v int64) *OpenPeriodDTO

func (OpenPeriodDTO) String

func (s OpenPeriodDTO) String() string

type OpenProgressDTO

type OpenProgressDTO struct {
	Created     *int64       `json:"created,omitempty" xml:"created,omitempty"`
	Creator     *OpenUserDTO `json:"creator,omitempty" xml:"creator,omitempty"`
	HtmlContent *string      `json:"htmlContent,omitempty" xml:"htmlContent,omitempty"`
	Id          *string      `json:"id,omitempty" xml:"id,omitempty"`
	Modifier    *OpenUserDTO `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Updated     *int64       `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (OpenProgressDTO) GoString

func (s OpenProgressDTO) GoString() string

func (*OpenProgressDTO) SetCreated

func (s *OpenProgressDTO) SetCreated(v int64) *OpenProgressDTO

func (*OpenProgressDTO) SetCreator

func (s *OpenProgressDTO) SetCreator(v *OpenUserDTO) *OpenProgressDTO

func (*OpenProgressDTO) SetHtmlContent

func (s *OpenProgressDTO) SetHtmlContent(v string) *OpenProgressDTO

func (*OpenProgressDTO) SetId

func (s *OpenProgressDTO) SetId(v string) *OpenProgressDTO

func (*OpenProgressDTO) SetModifier

func (s *OpenProgressDTO) SetModifier(v *OpenUserDTO) *OpenProgressDTO

func (*OpenProgressDTO) SetUpdated

func (s *OpenProgressDTO) SetUpdated(v int64) *OpenProgressDTO

func (OpenProgressDTO) String

func (s OpenProgressDTO) String() string

type OpenTeamDTO

type OpenTeamDTO struct {
	Id     *string `json:"id,omitempty" xml:"id,omitempty"`
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
	OpenId *string `json:"openId,omitempty" xml:"openId,omitempty"`
}

func (OpenTeamDTO) GoString

func (s OpenTeamDTO) GoString() string

func (*OpenTeamDTO) SetId

func (s *OpenTeamDTO) SetId(v string) *OpenTeamDTO

func (*OpenTeamDTO) SetName

func (s *OpenTeamDTO) SetName(v string) *OpenTeamDTO

func (*OpenTeamDTO) SetOpenId

func (s *OpenTeamDTO) SetOpenId(v string) *OpenTeamDTO

func (OpenTeamDTO) String

func (s OpenTeamDTO) String() string

type OpenUserDTO

type OpenUserDTO struct {
	Id     *string `json:"id,omitempty" xml:"id,omitempty"`
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (OpenUserDTO) GoString

func (s OpenUserDTO) GoString() string

func (*OpenUserDTO) SetId

func (s *OpenUserDTO) SetId(v string) *OpenUserDTO

func (*OpenUserDTO) SetName

func (s *OpenUserDTO) SetName(v string) *OpenUserDTO

func (*OpenUserDTO) SetUserId

func (s *OpenUserDTO) SetUserId(v string) *OpenUserDTO

func (OpenUserDTO) String

func (s OpenUserDTO) String() string

type PageListObjectiveProgressHeaders

type PageListObjectiveProgressHeaders 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 (PageListObjectiveProgressHeaders) GoString

func (*PageListObjectiveProgressHeaders) SetCommonHeaders

func (*PageListObjectiveProgressHeaders) SetXAcsDingtalkAccessToken

func (PageListObjectiveProgressHeaders) String

type PageListObjectiveProgressRequest

type PageListObjectiveProgressRequest struct {
	ObjectiveId *string `json:"objectiveId,omitempty" xml:"objectiveId,omitempty"`
	PageNumber  *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize    *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (PageListObjectiveProgressRequest) GoString

func (*PageListObjectiveProgressRequest) SetObjectiveId

func (*PageListObjectiveProgressRequest) SetPageNumber

func (*PageListObjectiveProgressRequest) SetPageSize

func (PageListObjectiveProgressRequest) String

type PageListObjectiveProgressResponse

type PageListObjectiveProgressResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PageListObjectiveProgressResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PageListObjectiveProgressResponse) GoString

func (*PageListObjectiveProgressResponse) SetHeaders

func (*PageListObjectiveProgressResponse) SetStatusCode

func (PageListObjectiveProgressResponse) String

type PageListObjectiveProgressResponseBody

type PageListObjectiveProgressResponseBody struct {
	Content   *PageListObjectiveProgressResponseBodyContent `json:"content,omitempty" xml:"content,omitempty" type:"Struct"`
	RequestId *string                                       `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                                         `json:"success,omitempty" xml:"success,omitempty"`
}

func (PageListObjectiveProgressResponseBody) GoString

func (*PageListObjectiveProgressResponseBody) SetRequestId

func (*PageListObjectiveProgressResponseBody) SetSuccess

func (PageListObjectiveProgressResponseBody) String

type PageListObjectiveProgressResponseBodyContent

type PageListObjectiveProgressResponseBodyContent struct {
	Count        *int32             `json:"count,omitempty" xml:"count,omitempty"`
	ProgressList []*OpenProgressDTO `json:"progressList,omitempty" xml:"progressList,omitempty" type:"Repeated"`
}

func (PageListObjectiveProgressResponseBodyContent) GoString

func (*PageListObjectiveProgressResponseBodyContent) SetCount

func (*PageListObjectiveProgressResponseBodyContent) SetProgressList

func (PageListObjectiveProgressResponseBodyContent) String

type TitleMention

type TitleMention struct {
	Length *int32       `json:"length,omitempty" xml:"length,omitempty"`
	Offset *int32       `json:"offset,omitempty" xml:"offset,omitempty"`
	User   *OpenUserDTO `json:"user,omitempty" xml:"user,omitempty"`
}

func (TitleMention) GoString

func (s TitleMention) GoString() string

func (*TitleMention) SetLength

func (s *TitleMention) SetLength(v int32) *TitleMention

func (*TitleMention) SetOffset

func (s *TitleMention) SetOffset(v int32) *TitleMention

func (*TitleMention) SetUser

func (s *TitleMention) SetUser(v *OpenUserDTO) *TitleMention

func (TitleMention) String

func (s TitleMention) String() string

type TransferUserObjectiveHeaders

type TransferUserObjectiveHeaders 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 (TransferUserObjectiveHeaders) GoString

func (s TransferUserObjectiveHeaders) GoString() string

func (*TransferUserObjectiveHeaders) SetCommonHeaders

func (*TransferUserObjectiveHeaders) SetXAcsDingtalkAccessToken

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

func (TransferUserObjectiveHeaders) String

type TransferUserObjectiveRequest

type TransferUserObjectiveRequest struct {
	ObjectiveId  *string `json:"objectiveId,omitempty" xml:"objectiveId,omitempty"`
	TargetUserId *string `json:"targetUserId,omitempty" xml:"targetUserId,omitempty"`
}

func (TransferUserObjectiveRequest) GoString

func (s TransferUserObjectiveRequest) GoString() string

func (*TransferUserObjectiveRequest) SetObjectiveId

func (*TransferUserObjectiveRequest) SetTargetUserId

func (TransferUserObjectiveRequest) String

type TransferUserObjectiveResponse

type TransferUserObjectiveResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *TransferUserObjectiveResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (TransferUserObjectiveResponse) GoString

func (*TransferUserObjectiveResponse) SetBody

func (*TransferUserObjectiveResponse) SetHeaders

func (*TransferUserObjectiveResponse) SetStatusCode

func (TransferUserObjectiveResponse) String

type TransferUserObjectiveResponseBody

type TransferUserObjectiveResponseBody struct {
	Content   *bool   `json:"content,omitempty" xml:"content,omitempty"`
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (TransferUserObjectiveResponseBody) GoString

func (*TransferUserObjectiveResponseBody) SetContent

func (*TransferUserObjectiveResponseBody) SetRequestId

func (*TransferUserObjectiveResponseBody) SetSuccess

func (TransferUserObjectiveResponseBody) String

Jump to

Keyboard shortcuts

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