user_statistic

package
v0.0.0-...-f573b6e Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2021 License: MIT Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BulkCreateUserStatItemsOK

type BulkCreateUserStatItemsOK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkCreateUserStatItemsOK handles this case with default header values.

successful operation

func NewBulkCreateUserStatItemsOK

func NewBulkCreateUserStatItemsOK() *BulkCreateUserStatItemsOK

NewBulkCreateUserStatItemsOK creates a BulkCreateUserStatItemsOK with default headers values

func (*BulkCreateUserStatItemsOK) Error

func (o *BulkCreateUserStatItemsOK) Error() string

func (*BulkCreateUserStatItemsOK) GetPayload

type BulkCreateUserStatItemsParams

type BulkCreateUserStatItemsParams struct {

	/*Body*/
	Body []*socialclientmodels.BulkStatItemCreate
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkCreateUserStatItemsParams contains all the parameters to send to the API endpoint for the bulk create user stat items operation typically these are written to a http.Request

func NewBulkCreateUserStatItemsParams

func NewBulkCreateUserStatItemsParams() *BulkCreateUserStatItemsParams

NewBulkCreateUserStatItemsParams creates a new BulkCreateUserStatItemsParams object with the default values initialized.

func NewBulkCreateUserStatItemsParamsWithContext

func NewBulkCreateUserStatItemsParamsWithContext(ctx context.Context) *BulkCreateUserStatItemsParams

NewBulkCreateUserStatItemsParamsWithContext creates a new BulkCreateUserStatItemsParams object with the default values initialized, and the ability to set a context for a request

func NewBulkCreateUserStatItemsParamsWithHTTPClient

func NewBulkCreateUserStatItemsParamsWithHTTPClient(client *http.Client) *BulkCreateUserStatItemsParams

NewBulkCreateUserStatItemsParamsWithHTTPClient creates a new BulkCreateUserStatItemsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkCreateUserStatItemsParamsWithTimeout

func NewBulkCreateUserStatItemsParamsWithTimeout(timeout time.Duration) *BulkCreateUserStatItemsParams

NewBulkCreateUserStatItemsParamsWithTimeout creates a new BulkCreateUserStatItemsParams object with the default values initialized, and the ability to set a timeout on a request

func (*BulkCreateUserStatItemsParams) SetBody

SetBody adds the body to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) SetContext

func (o *BulkCreateUserStatItemsParams) SetContext(ctx context.Context)

SetContext adds the context to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) SetHTTPClient

func (o *BulkCreateUserStatItemsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) SetNamespace

func (o *BulkCreateUserStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) SetTimeout

func (o *BulkCreateUserStatItemsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) SetUserID

func (o *BulkCreateUserStatItemsParams) SetUserID(userID string)

SetUserID adds the userId to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WithBody

WithBody adds the body to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WithContext

WithContext adds the context to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WithNamespace

WithNamespace adds the namespace to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WithTimeout

WithTimeout adds the timeout to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WithUserID

WithUserID adds the userID to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkCreateUserStatItemsReader

type BulkCreateUserStatItemsReader struct {
	// contains filtered or unexported fields
}

BulkCreateUserStatItemsReader is a Reader for the BulkCreateUserStatItems structure.

func (*BulkCreateUserStatItemsReader) ReadResponse

func (o *BulkCreateUserStatItemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkCreateUserStatItemsUnprocessableEntity

type BulkCreateUserStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkCreateUserStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkCreateUserStatItemsUnprocessableEntity

func NewBulkCreateUserStatItemsUnprocessableEntity() *BulkCreateUserStatItemsUnprocessableEntity

NewBulkCreateUserStatItemsUnprocessableEntity creates a BulkCreateUserStatItemsUnprocessableEntity with default headers values

func (*BulkCreateUserStatItemsUnprocessableEntity) Error

func (*BulkCreateUserStatItemsUnprocessableEntity) GetPayload

type BulkFetchStatItems1OK

type BulkFetchStatItems1OK struct {
	Payload []*socialclientmodels.UserStatItemInfo
}

BulkFetchStatItems1OK handles this case with default header values.

successful operation

func NewBulkFetchStatItems1OK

func NewBulkFetchStatItems1OK() *BulkFetchStatItems1OK

NewBulkFetchStatItems1OK creates a BulkFetchStatItems1OK with default headers values

func (*BulkFetchStatItems1OK) Error

func (o *BulkFetchStatItems1OK) Error() string

func (*BulkFetchStatItems1OK) GetPayload

type BulkFetchStatItems1Params

type BulkFetchStatItems1Params struct {

	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserIds
	  comma separated user Ids

	*/
	UserIds string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkFetchStatItems1Params contains all the parameters to send to the API endpoint for the bulk fetch stat items 1 operation typically these are written to a http.Request

func NewBulkFetchStatItems1Params

func NewBulkFetchStatItems1Params() *BulkFetchStatItems1Params

NewBulkFetchStatItems1Params creates a new BulkFetchStatItems1Params object with the default values initialized.

func NewBulkFetchStatItems1ParamsWithContext

func NewBulkFetchStatItems1ParamsWithContext(ctx context.Context) *BulkFetchStatItems1Params

NewBulkFetchStatItems1ParamsWithContext creates a new BulkFetchStatItems1Params object with the default values initialized, and the ability to set a context for a request

func NewBulkFetchStatItems1ParamsWithHTTPClient

func NewBulkFetchStatItems1ParamsWithHTTPClient(client *http.Client) *BulkFetchStatItems1Params

NewBulkFetchStatItems1ParamsWithHTTPClient creates a new BulkFetchStatItems1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkFetchStatItems1ParamsWithTimeout

func NewBulkFetchStatItems1ParamsWithTimeout(timeout time.Duration) *BulkFetchStatItems1Params

NewBulkFetchStatItems1ParamsWithTimeout creates a new BulkFetchStatItems1Params object with the default values initialized, and the ability to set a timeout on a request

func (*BulkFetchStatItems1Params) SetContext

func (o *BulkFetchStatItems1Params) SetContext(ctx context.Context)

SetContext adds the context to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) SetHTTPClient

func (o *BulkFetchStatItems1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) SetNamespace

func (o *BulkFetchStatItems1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) SetStatCode

func (o *BulkFetchStatItems1Params) SetStatCode(statCode string)

SetStatCode adds the statCode to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) SetTimeout

func (o *BulkFetchStatItems1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) SetUserIds

func (o *BulkFetchStatItems1Params) SetUserIds(userIds string)

SetUserIds adds the userIds to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WithContext

WithContext adds the context to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WithHTTPClient

func (o *BulkFetchStatItems1Params) WithHTTPClient(client *http.Client) *BulkFetchStatItems1Params

WithHTTPClient adds the HTTPClient to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WithNamespace

func (o *BulkFetchStatItems1Params) WithNamespace(namespace string) *BulkFetchStatItems1Params

WithNamespace adds the namespace to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WithStatCode

func (o *BulkFetchStatItems1Params) WithStatCode(statCode string) *BulkFetchStatItems1Params

WithStatCode adds the statCode to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WithTimeout

WithTimeout adds the timeout to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WithUserIds

WithUserIds adds the userIds to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkFetchStatItems1Reader

type BulkFetchStatItems1Reader struct {
	// contains filtered or unexported fields
}

BulkFetchStatItems1Reader is a Reader for the BulkFetchStatItems1 structure.

func (*BulkFetchStatItems1Reader) ReadResponse

func (o *BulkFetchStatItems1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkFetchStatItems1UnprocessableEntity

type BulkFetchStatItems1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkFetchStatItems1UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkFetchStatItems1UnprocessableEntity

func NewBulkFetchStatItems1UnprocessableEntity() *BulkFetchStatItems1UnprocessableEntity

NewBulkFetchStatItems1UnprocessableEntity creates a BulkFetchStatItems1UnprocessableEntity with default headers values

func (*BulkFetchStatItems1UnprocessableEntity) Error

func (*BulkFetchStatItems1UnprocessableEntity) GetPayload

type BulkFetchStatItemsOK

type BulkFetchStatItemsOK struct {
	Payload []*socialclientmodels.UserStatItemInfo
}

BulkFetchStatItemsOK handles this case with default header values.

successful operation

func NewBulkFetchStatItemsOK

func NewBulkFetchStatItemsOK() *BulkFetchStatItemsOK

NewBulkFetchStatItemsOK creates a BulkFetchStatItemsOK with default headers values

func (*BulkFetchStatItemsOK) Error

func (o *BulkFetchStatItemsOK) Error() string

func (*BulkFetchStatItemsOK) GetPayload

type BulkFetchStatItemsParams

type BulkFetchStatItemsParams struct {

	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserIds
	  comma separated user Ids

	*/
	UserIds string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkFetchStatItemsParams contains all the parameters to send to the API endpoint for the bulk fetch stat items operation typically these are written to a http.Request

func NewBulkFetchStatItemsParams

func NewBulkFetchStatItemsParams() *BulkFetchStatItemsParams

NewBulkFetchStatItemsParams creates a new BulkFetchStatItemsParams object with the default values initialized.

func NewBulkFetchStatItemsParamsWithContext

func NewBulkFetchStatItemsParamsWithContext(ctx context.Context) *BulkFetchStatItemsParams

NewBulkFetchStatItemsParamsWithContext creates a new BulkFetchStatItemsParams object with the default values initialized, and the ability to set a context for a request

func NewBulkFetchStatItemsParamsWithHTTPClient

func NewBulkFetchStatItemsParamsWithHTTPClient(client *http.Client) *BulkFetchStatItemsParams

NewBulkFetchStatItemsParamsWithHTTPClient creates a new BulkFetchStatItemsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkFetchStatItemsParamsWithTimeout

func NewBulkFetchStatItemsParamsWithTimeout(timeout time.Duration) *BulkFetchStatItemsParams

NewBulkFetchStatItemsParamsWithTimeout creates a new BulkFetchStatItemsParams object with the default values initialized, and the ability to set a timeout on a request

func (*BulkFetchStatItemsParams) SetContext

func (o *BulkFetchStatItemsParams) SetContext(ctx context.Context)

SetContext adds the context to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetHTTPClient

func (o *BulkFetchStatItemsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetNamespace

func (o *BulkFetchStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetStatCode

func (o *BulkFetchStatItemsParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetTimeout

func (o *BulkFetchStatItemsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetUserIds

func (o *BulkFetchStatItemsParams) SetUserIds(userIds string)

SetUserIds adds the userIds to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WithContext

WithContext adds the context to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WithHTTPClient

func (o *BulkFetchStatItemsParams) WithHTTPClient(client *http.Client) *BulkFetchStatItemsParams

WithHTTPClient adds the HTTPClient to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WithNamespace

func (o *BulkFetchStatItemsParams) WithNamespace(namespace string) *BulkFetchStatItemsParams

WithNamespace adds the namespace to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WithStatCode

func (o *BulkFetchStatItemsParams) WithStatCode(statCode string) *BulkFetchStatItemsParams

WithStatCode adds the statCode to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WithTimeout

WithTimeout adds the timeout to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WithUserIds

func (o *BulkFetchStatItemsParams) WithUserIds(userIds string) *BulkFetchStatItemsParams

WithUserIds adds the userIds to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkFetchStatItemsReader

type BulkFetchStatItemsReader struct {
	// contains filtered or unexported fields
}

BulkFetchStatItemsReader is a Reader for the BulkFetchStatItems structure.

func (*BulkFetchStatItemsReader) ReadResponse

func (o *BulkFetchStatItemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkFetchStatItemsUnprocessableEntity

type BulkFetchStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkFetchStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkFetchStatItemsUnprocessableEntity

func NewBulkFetchStatItemsUnprocessableEntity() *BulkFetchStatItemsUnprocessableEntity

NewBulkFetchStatItemsUnprocessableEntity creates a BulkFetchStatItemsUnprocessableEntity with default headers values

func (*BulkFetchStatItemsUnprocessableEntity) Error

func (*BulkFetchStatItemsUnprocessableEntity) GetPayload

type BulkIncUserStatItem1OK

type BulkIncUserStatItem1OK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkIncUserStatItem1OK handles this case with default header values.

successful operation

func NewBulkIncUserStatItem1OK

func NewBulkIncUserStatItem1OK() *BulkIncUserStatItem1OK

NewBulkIncUserStatItem1OK creates a BulkIncUserStatItem1OK with default headers values

func (*BulkIncUserStatItem1OK) Error

func (o *BulkIncUserStatItem1OK) Error() string

func (*BulkIncUserStatItem1OK) GetPayload

type BulkIncUserStatItem1Params

type BulkIncUserStatItem1Params struct {

	/*Body*/
	Body []*socialclientmodels.BulkStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkIncUserStatItem1Params contains all the parameters to send to the API endpoint for the bulk inc user stat item 1 operation typically these are written to a http.Request

func NewBulkIncUserStatItem1Params

func NewBulkIncUserStatItem1Params() *BulkIncUserStatItem1Params

NewBulkIncUserStatItem1Params creates a new BulkIncUserStatItem1Params object with the default values initialized.

func NewBulkIncUserStatItem1ParamsWithContext

func NewBulkIncUserStatItem1ParamsWithContext(ctx context.Context) *BulkIncUserStatItem1Params

NewBulkIncUserStatItem1ParamsWithContext creates a new BulkIncUserStatItem1Params object with the default values initialized, and the ability to set a context for a request

func NewBulkIncUserStatItem1ParamsWithHTTPClient

func NewBulkIncUserStatItem1ParamsWithHTTPClient(client *http.Client) *BulkIncUserStatItem1Params

NewBulkIncUserStatItem1ParamsWithHTTPClient creates a new BulkIncUserStatItem1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkIncUserStatItem1ParamsWithTimeout

func NewBulkIncUserStatItem1ParamsWithTimeout(timeout time.Duration) *BulkIncUserStatItem1Params

NewBulkIncUserStatItem1ParamsWithTimeout creates a new BulkIncUserStatItem1Params object with the default values initialized, and the ability to set a timeout on a request

func (*BulkIncUserStatItem1Params) SetBody

SetBody adds the body to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) SetContext

func (o *BulkIncUserStatItem1Params) SetContext(ctx context.Context)

SetContext adds the context to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) SetHTTPClient

func (o *BulkIncUserStatItem1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) SetNamespace

func (o *BulkIncUserStatItem1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) SetTimeout

func (o *BulkIncUserStatItem1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) SetUserID

func (o *BulkIncUserStatItem1Params) SetUserID(userID string)

SetUserID adds the userId to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WithBody

WithBody adds the body to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WithContext

WithContext adds the context to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WithNamespace

func (o *BulkIncUserStatItem1Params) WithNamespace(namespace string) *BulkIncUserStatItem1Params

WithNamespace adds the namespace to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WithTimeout

WithTimeout adds the timeout to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WithUserID

WithUserID adds the userID to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkIncUserStatItem1Reader

type BulkIncUserStatItem1Reader struct {
	// contains filtered or unexported fields
}

BulkIncUserStatItem1Reader is a Reader for the BulkIncUserStatItem1 structure.

func (*BulkIncUserStatItem1Reader) ReadResponse

func (o *BulkIncUserStatItem1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkIncUserStatItem1UnprocessableEntity

type BulkIncUserStatItem1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkIncUserStatItem1UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkIncUserStatItem1UnprocessableEntity

func NewBulkIncUserStatItem1UnprocessableEntity() *BulkIncUserStatItem1UnprocessableEntity

NewBulkIncUserStatItem1UnprocessableEntity creates a BulkIncUserStatItem1UnprocessableEntity with default headers values

func (*BulkIncUserStatItem1UnprocessableEntity) Error

func (*BulkIncUserStatItem1UnprocessableEntity) GetPayload

type BulkIncUserStatItemOK

type BulkIncUserStatItemOK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkIncUserStatItemOK handles this case with default header values.

successful operation

func NewBulkIncUserStatItemOK

func NewBulkIncUserStatItemOK() *BulkIncUserStatItemOK

NewBulkIncUserStatItemOK creates a BulkIncUserStatItemOK with default headers values

func (*BulkIncUserStatItemOK) Error

func (o *BulkIncUserStatItemOK) Error() string

func (*BulkIncUserStatItemOK) GetPayload

type BulkIncUserStatItemParams

type BulkIncUserStatItemParams struct {

	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkIncUserStatItemParams contains all the parameters to send to the API endpoint for the bulk inc user stat item operation typically these are written to a http.Request

func NewBulkIncUserStatItemParams

func NewBulkIncUserStatItemParams() *BulkIncUserStatItemParams

NewBulkIncUserStatItemParams creates a new BulkIncUserStatItemParams object with the default values initialized.

func NewBulkIncUserStatItemParamsWithContext

func NewBulkIncUserStatItemParamsWithContext(ctx context.Context) *BulkIncUserStatItemParams

NewBulkIncUserStatItemParamsWithContext creates a new BulkIncUserStatItemParams object with the default values initialized, and the ability to set a context for a request

func NewBulkIncUserStatItemParamsWithHTTPClient

func NewBulkIncUserStatItemParamsWithHTTPClient(client *http.Client) *BulkIncUserStatItemParams

NewBulkIncUserStatItemParamsWithHTTPClient creates a new BulkIncUserStatItemParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkIncUserStatItemParamsWithTimeout

func NewBulkIncUserStatItemParamsWithTimeout(timeout time.Duration) *BulkIncUserStatItemParams

NewBulkIncUserStatItemParamsWithTimeout creates a new BulkIncUserStatItemParams object with the default values initialized, and the ability to set a timeout on a request

func (*BulkIncUserStatItemParams) SetBody

SetBody adds the body to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) SetContext

func (o *BulkIncUserStatItemParams) SetContext(ctx context.Context)

SetContext adds the context to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) SetHTTPClient

func (o *BulkIncUserStatItemParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) SetNamespace

func (o *BulkIncUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) SetTimeout

func (o *BulkIncUserStatItemParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) WithBody

WithBody adds the body to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) WithContext

WithContext adds the context to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) WithHTTPClient

func (o *BulkIncUserStatItemParams) WithHTTPClient(client *http.Client) *BulkIncUserStatItemParams

WithHTTPClient adds the HTTPClient to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) WithNamespace

func (o *BulkIncUserStatItemParams) WithNamespace(namespace string) *BulkIncUserStatItemParams

WithNamespace adds the namespace to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkIncUserStatItemReader

type BulkIncUserStatItemReader struct {
	// contains filtered or unexported fields
}

BulkIncUserStatItemReader is a Reader for the BulkIncUserStatItem structure.

func (*BulkIncUserStatItemReader) ReadResponse

func (o *BulkIncUserStatItemReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkIncUserStatItemUnprocessableEntity

type BulkIncUserStatItemUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkIncUserStatItemUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkIncUserStatItemUnprocessableEntity

func NewBulkIncUserStatItemUnprocessableEntity() *BulkIncUserStatItemUnprocessableEntity

NewBulkIncUserStatItemUnprocessableEntity creates a BulkIncUserStatItemUnprocessableEntity with default headers values

func (*BulkIncUserStatItemUnprocessableEntity) Error

func (*BulkIncUserStatItemUnprocessableEntity) GetPayload

type BulkIncUserStatItemValue1OK

type BulkIncUserStatItemValue1OK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkIncUserStatItemValue1OK handles this case with default header values.

successful operation

func NewBulkIncUserStatItemValue1OK

func NewBulkIncUserStatItemValue1OK() *BulkIncUserStatItemValue1OK

NewBulkIncUserStatItemValue1OK creates a BulkIncUserStatItemValue1OK with default headers values

func (*BulkIncUserStatItemValue1OK) Error

func (*BulkIncUserStatItemValue1OK) GetPayload

type BulkIncUserStatItemValue1Params

type BulkIncUserStatItemValue1Params struct {

	/*Body*/
	Body []*socialclientmodels.BulkStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkIncUserStatItemValue1Params contains all the parameters to send to the API endpoint for the bulk inc user stat item value 1 operation typically these are written to a http.Request

func NewBulkIncUserStatItemValue1Params

func NewBulkIncUserStatItemValue1Params() *BulkIncUserStatItemValue1Params

NewBulkIncUserStatItemValue1Params creates a new BulkIncUserStatItemValue1Params object with the default values initialized.

func NewBulkIncUserStatItemValue1ParamsWithContext

func NewBulkIncUserStatItemValue1ParamsWithContext(ctx context.Context) *BulkIncUserStatItemValue1Params

NewBulkIncUserStatItemValue1ParamsWithContext creates a new BulkIncUserStatItemValue1Params object with the default values initialized, and the ability to set a context for a request

func NewBulkIncUserStatItemValue1ParamsWithHTTPClient

func NewBulkIncUserStatItemValue1ParamsWithHTTPClient(client *http.Client) *BulkIncUserStatItemValue1Params

NewBulkIncUserStatItemValue1ParamsWithHTTPClient creates a new BulkIncUserStatItemValue1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkIncUserStatItemValue1ParamsWithTimeout

func NewBulkIncUserStatItemValue1ParamsWithTimeout(timeout time.Duration) *BulkIncUserStatItemValue1Params

NewBulkIncUserStatItemValue1ParamsWithTimeout creates a new BulkIncUserStatItemValue1Params object with the default values initialized, and the ability to set a timeout on a request

func (*BulkIncUserStatItemValue1Params) SetBody

SetBody adds the body to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) SetContext

func (o *BulkIncUserStatItemValue1Params) SetContext(ctx context.Context)

SetContext adds the context to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) SetHTTPClient

func (o *BulkIncUserStatItemValue1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) SetNamespace

func (o *BulkIncUserStatItemValue1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) SetTimeout

func (o *BulkIncUserStatItemValue1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) SetUserID

func (o *BulkIncUserStatItemValue1Params) SetUserID(userID string)

SetUserID adds the userId to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WithBody

WithBody adds the body to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WithContext

WithContext adds the context to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WithNamespace

WithNamespace adds the namespace to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WithTimeout

WithTimeout adds the timeout to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WithUserID

WithUserID adds the userID to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkIncUserStatItemValue1Reader

type BulkIncUserStatItemValue1Reader struct {
	// contains filtered or unexported fields
}

BulkIncUserStatItemValue1Reader is a Reader for the BulkIncUserStatItemValue1 structure.

func (*BulkIncUserStatItemValue1Reader) ReadResponse

func (o *BulkIncUserStatItemValue1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkIncUserStatItemValue1UnprocessableEntity

type BulkIncUserStatItemValue1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkIncUserStatItemValue1UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkIncUserStatItemValue1UnprocessableEntity

func NewBulkIncUserStatItemValue1UnprocessableEntity() *BulkIncUserStatItemValue1UnprocessableEntity

NewBulkIncUserStatItemValue1UnprocessableEntity creates a BulkIncUserStatItemValue1UnprocessableEntity with default headers values

func (*BulkIncUserStatItemValue1UnprocessableEntity) Error

func (*BulkIncUserStatItemValue1UnprocessableEntity) GetPayload

type BulkIncUserStatItemValue2OK

type BulkIncUserStatItemValue2OK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkIncUserStatItemValue2OK handles this case with default header values.

successful operation

func NewBulkIncUserStatItemValue2OK

func NewBulkIncUserStatItemValue2OK() *BulkIncUserStatItemValue2OK

NewBulkIncUserStatItemValue2OK creates a BulkIncUserStatItemValue2OK with default headers values

func (*BulkIncUserStatItemValue2OK) Error

func (*BulkIncUserStatItemValue2OK) GetPayload

type BulkIncUserStatItemValue2Params

type BulkIncUserStatItemValue2Params struct {

	/*Body*/
	Body []*socialclientmodels.BulkStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkIncUserStatItemValue2Params contains all the parameters to send to the API endpoint for the bulk inc user stat item value 2 operation typically these are written to a http.Request

func NewBulkIncUserStatItemValue2Params

func NewBulkIncUserStatItemValue2Params() *BulkIncUserStatItemValue2Params

NewBulkIncUserStatItemValue2Params creates a new BulkIncUserStatItemValue2Params object with the default values initialized.

func NewBulkIncUserStatItemValue2ParamsWithContext

func NewBulkIncUserStatItemValue2ParamsWithContext(ctx context.Context) *BulkIncUserStatItemValue2Params

NewBulkIncUserStatItemValue2ParamsWithContext creates a new BulkIncUserStatItemValue2Params object with the default values initialized, and the ability to set a context for a request

func NewBulkIncUserStatItemValue2ParamsWithHTTPClient

func NewBulkIncUserStatItemValue2ParamsWithHTTPClient(client *http.Client) *BulkIncUserStatItemValue2Params

NewBulkIncUserStatItemValue2ParamsWithHTTPClient creates a new BulkIncUserStatItemValue2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkIncUserStatItemValue2ParamsWithTimeout

func NewBulkIncUserStatItemValue2ParamsWithTimeout(timeout time.Duration) *BulkIncUserStatItemValue2Params

NewBulkIncUserStatItemValue2ParamsWithTimeout creates a new BulkIncUserStatItemValue2Params object with the default values initialized, and the ability to set a timeout on a request

func (*BulkIncUserStatItemValue2Params) SetBody

SetBody adds the body to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) SetContext

func (o *BulkIncUserStatItemValue2Params) SetContext(ctx context.Context)

SetContext adds the context to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) SetHTTPClient

func (o *BulkIncUserStatItemValue2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) SetNamespace

func (o *BulkIncUserStatItemValue2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) SetTimeout

func (o *BulkIncUserStatItemValue2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) SetUserID

func (o *BulkIncUserStatItemValue2Params) SetUserID(userID string)

SetUserID adds the userId to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WithBody

WithBody adds the body to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WithContext

WithContext adds the context to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WithNamespace

WithNamespace adds the namespace to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WithTimeout

WithTimeout adds the timeout to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WithUserID

WithUserID adds the userID to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkIncUserStatItemValue2Reader

type BulkIncUserStatItemValue2Reader struct {
	// contains filtered or unexported fields
}

BulkIncUserStatItemValue2Reader is a Reader for the BulkIncUserStatItemValue2 structure.

func (*BulkIncUserStatItemValue2Reader) ReadResponse

func (o *BulkIncUserStatItemValue2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkIncUserStatItemValue2UnprocessableEntity

type BulkIncUserStatItemValue2UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkIncUserStatItemValue2UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkIncUserStatItemValue2UnprocessableEntity

func NewBulkIncUserStatItemValue2UnprocessableEntity() *BulkIncUserStatItemValue2UnprocessableEntity

NewBulkIncUserStatItemValue2UnprocessableEntity creates a BulkIncUserStatItemValue2UnprocessableEntity with default headers values

func (*BulkIncUserStatItemValue2UnprocessableEntity) Error

func (*BulkIncUserStatItemValue2UnprocessableEntity) GetPayload

type BulkIncUserStatItemValueOK

type BulkIncUserStatItemValueOK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkIncUserStatItemValueOK handles this case with default header values.

successful operation

func NewBulkIncUserStatItemValueOK

func NewBulkIncUserStatItemValueOK() *BulkIncUserStatItemValueOK

NewBulkIncUserStatItemValueOK creates a BulkIncUserStatItemValueOK with default headers values

func (*BulkIncUserStatItemValueOK) Error

func (*BulkIncUserStatItemValueOK) GetPayload

type BulkIncUserStatItemValueParams

type BulkIncUserStatItemValueParams struct {

	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkIncUserStatItemValueParams contains all the parameters to send to the API endpoint for the bulk inc user stat item value operation typically these are written to a http.Request

func NewBulkIncUserStatItemValueParams

func NewBulkIncUserStatItemValueParams() *BulkIncUserStatItemValueParams

NewBulkIncUserStatItemValueParams creates a new BulkIncUserStatItemValueParams object with the default values initialized.

func NewBulkIncUserStatItemValueParamsWithContext

func NewBulkIncUserStatItemValueParamsWithContext(ctx context.Context) *BulkIncUserStatItemValueParams

NewBulkIncUserStatItemValueParamsWithContext creates a new BulkIncUserStatItemValueParams object with the default values initialized, and the ability to set a context for a request

func NewBulkIncUserStatItemValueParamsWithHTTPClient

func NewBulkIncUserStatItemValueParamsWithHTTPClient(client *http.Client) *BulkIncUserStatItemValueParams

NewBulkIncUserStatItemValueParamsWithHTTPClient creates a new BulkIncUserStatItemValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkIncUserStatItemValueParamsWithTimeout

func NewBulkIncUserStatItemValueParamsWithTimeout(timeout time.Duration) *BulkIncUserStatItemValueParams

NewBulkIncUserStatItemValueParamsWithTimeout creates a new BulkIncUserStatItemValueParams object with the default values initialized, and the ability to set a timeout on a request

func (*BulkIncUserStatItemValueParams) SetBody

SetBody adds the body to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) SetContext

func (o *BulkIncUserStatItemValueParams) SetContext(ctx context.Context)

SetContext adds the context to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) SetHTTPClient

func (o *BulkIncUserStatItemValueParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) SetNamespace

func (o *BulkIncUserStatItemValueParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) SetTimeout

func (o *BulkIncUserStatItemValueParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) WithBody

WithBody adds the body to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) WithContext

WithContext adds the context to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) WithNamespace

WithNamespace adds the namespace to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) WithTimeout

WithTimeout adds the timeout to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkIncUserStatItemValueReader

type BulkIncUserStatItemValueReader struct {
	// contains filtered or unexported fields
}

BulkIncUserStatItemValueReader is a Reader for the BulkIncUserStatItemValue structure.

func (*BulkIncUserStatItemValueReader) ReadResponse

func (o *BulkIncUserStatItemValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkIncUserStatItemValueUnprocessableEntity

type BulkIncUserStatItemValueUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkIncUserStatItemValueUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkIncUserStatItemValueUnprocessableEntity

func NewBulkIncUserStatItemValueUnprocessableEntity() *BulkIncUserStatItemValueUnprocessableEntity

NewBulkIncUserStatItemValueUnprocessableEntity creates a BulkIncUserStatItemValueUnprocessableEntity with default headers values

func (*BulkIncUserStatItemValueUnprocessableEntity) Error

func (*BulkIncUserStatItemValueUnprocessableEntity) GetPayload

type BulkResetUserStatItem1OK

type BulkResetUserStatItem1OK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkResetUserStatItem1OK handles this case with default header values.

successful operation

func NewBulkResetUserStatItem1OK

func NewBulkResetUserStatItem1OK() *BulkResetUserStatItem1OK

NewBulkResetUserStatItem1OK creates a BulkResetUserStatItem1OK with default headers values

func (*BulkResetUserStatItem1OK) Error

func (o *BulkResetUserStatItem1OK) Error() string

func (*BulkResetUserStatItem1OK) GetPayload

type BulkResetUserStatItem1Params

type BulkResetUserStatItem1Params struct {

	/*Body*/
	Body []*socialclientmodels.BulkStatItemReset
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkResetUserStatItem1Params contains all the parameters to send to the API endpoint for the bulk reset user stat item 1 operation typically these are written to a http.Request

func NewBulkResetUserStatItem1Params

func NewBulkResetUserStatItem1Params() *BulkResetUserStatItem1Params

NewBulkResetUserStatItem1Params creates a new BulkResetUserStatItem1Params object with the default values initialized.

func NewBulkResetUserStatItem1ParamsWithContext

func NewBulkResetUserStatItem1ParamsWithContext(ctx context.Context) *BulkResetUserStatItem1Params

NewBulkResetUserStatItem1ParamsWithContext creates a new BulkResetUserStatItem1Params object with the default values initialized, and the ability to set a context for a request

func NewBulkResetUserStatItem1ParamsWithHTTPClient

func NewBulkResetUserStatItem1ParamsWithHTTPClient(client *http.Client) *BulkResetUserStatItem1Params

NewBulkResetUserStatItem1ParamsWithHTTPClient creates a new BulkResetUserStatItem1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkResetUserStatItem1ParamsWithTimeout

func NewBulkResetUserStatItem1ParamsWithTimeout(timeout time.Duration) *BulkResetUserStatItem1Params

NewBulkResetUserStatItem1ParamsWithTimeout creates a new BulkResetUserStatItem1Params object with the default values initialized, and the ability to set a timeout on a request

func (*BulkResetUserStatItem1Params) SetBody

SetBody adds the body to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) SetContext

func (o *BulkResetUserStatItem1Params) SetContext(ctx context.Context)

SetContext adds the context to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) SetHTTPClient

func (o *BulkResetUserStatItem1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) SetNamespace

func (o *BulkResetUserStatItem1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) SetTimeout

func (o *BulkResetUserStatItem1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) SetUserID

func (o *BulkResetUserStatItem1Params) SetUserID(userID string)

SetUserID adds the userId to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WithBody

WithBody adds the body to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WithContext

WithContext adds the context to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WithNamespace

WithNamespace adds the namespace to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WithTimeout

WithTimeout adds the timeout to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WithUserID

WithUserID adds the userID to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkResetUserStatItem1Reader

type BulkResetUserStatItem1Reader struct {
	// contains filtered or unexported fields
}

BulkResetUserStatItem1Reader is a Reader for the BulkResetUserStatItem1 structure.

func (*BulkResetUserStatItem1Reader) ReadResponse

func (o *BulkResetUserStatItem1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkResetUserStatItem1UnprocessableEntity

type BulkResetUserStatItem1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkResetUserStatItem1UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkResetUserStatItem1UnprocessableEntity

func NewBulkResetUserStatItem1UnprocessableEntity() *BulkResetUserStatItem1UnprocessableEntity

NewBulkResetUserStatItem1UnprocessableEntity creates a BulkResetUserStatItem1UnprocessableEntity with default headers values

func (*BulkResetUserStatItem1UnprocessableEntity) Error

func (*BulkResetUserStatItem1UnprocessableEntity) GetPayload

type BulkResetUserStatItem2OK

type BulkResetUserStatItem2OK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkResetUserStatItem2OK handles this case with default header values.

successful operation

func NewBulkResetUserStatItem2OK

func NewBulkResetUserStatItem2OK() *BulkResetUserStatItem2OK

NewBulkResetUserStatItem2OK creates a BulkResetUserStatItem2OK with default headers values

func (*BulkResetUserStatItem2OK) Error

func (o *BulkResetUserStatItem2OK) Error() string

func (*BulkResetUserStatItem2OK) GetPayload

type BulkResetUserStatItem2Params

type BulkResetUserStatItem2Params struct {

	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemReset
	/*Namespace
	  namespace

	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkResetUserStatItem2Params contains all the parameters to send to the API endpoint for the bulk reset user stat item 2 operation typically these are written to a http.Request

func NewBulkResetUserStatItem2Params

func NewBulkResetUserStatItem2Params() *BulkResetUserStatItem2Params

NewBulkResetUserStatItem2Params creates a new BulkResetUserStatItem2Params object with the default values initialized.

func NewBulkResetUserStatItem2ParamsWithContext

func NewBulkResetUserStatItem2ParamsWithContext(ctx context.Context) *BulkResetUserStatItem2Params

NewBulkResetUserStatItem2ParamsWithContext creates a new BulkResetUserStatItem2Params object with the default values initialized, and the ability to set a context for a request

func NewBulkResetUserStatItem2ParamsWithHTTPClient

func NewBulkResetUserStatItem2ParamsWithHTTPClient(client *http.Client) *BulkResetUserStatItem2Params

NewBulkResetUserStatItem2ParamsWithHTTPClient creates a new BulkResetUserStatItem2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkResetUserStatItem2ParamsWithTimeout

func NewBulkResetUserStatItem2ParamsWithTimeout(timeout time.Duration) *BulkResetUserStatItem2Params

NewBulkResetUserStatItem2ParamsWithTimeout creates a new BulkResetUserStatItem2Params object with the default values initialized, and the ability to set a timeout on a request

func (*BulkResetUserStatItem2Params) SetBody

SetBody adds the body to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) SetContext

func (o *BulkResetUserStatItem2Params) SetContext(ctx context.Context)

SetContext adds the context to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) SetHTTPClient

func (o *BulkResetUserStatItem2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) SetNamespace

func (o *BulkResetUserStatItem2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) SetTimeout

func (o *BulkResetUserStatItem2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) WithBody

WithBody adds the body to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) WithContext

WithContext adds the context to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) WithNamespace

WithNamespace adds the namespace to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) WithTimeout

WithTimeout adds the timeout to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkResetUserStatItem2Reader

type BulkResetUserStatItem2Reader struct {
	// contains filtered or unexported fields
}

BulkResetUserStatItem2Reader is a Reader for the BulkResetUserStatItem2 structure.

func (*BulkResetUserStatItem2Reader) ReadResponse

func (o *BulkResetUserStatItem2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkResetUserStatItem2UnprocessableEntity

type BulkResetUserStatItem2UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkResetUserStatItem2UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkResetUserStatItem2UnprocessableEntity

func NewBulkResetUserStatItem2UnprocessableEntity() *BulkResetUserStatItem2UnprocessableEntity

NewBulkResetUserStatItem2UnprocessableEntity creates a BulkResetUserStatItem2UnprocessableEntity with default headers values

func (*BulkResetUserStatItem2UnprocessableEntity) Error

func (*BulkResetUserStatItem2UnprocessableEntity) GetPayload

type BulkResetUserStatItem3OK

type BulkResetUserStatItem3OK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkResetUserStatItem3OK handles this case with default header values.

successful operation

func NewBulkResetUserStatItem3OK

func NewBulkResetUserStatItem3OK() *BulkResetUserStatItem3OK

NewBulkResetUserStatItem3OK creates a BulkResetUserStatItem3OK with default headers values

func (*BulkResetUserStatItem3OK) Error

func (o *BulkResetUserStatItem3OK) Error() string

func (*BulkResetUserStatItem3OK) GetPayload

type BulkResetUserStatItem3Params

type BulkResetUserStatItem3Params struct {

	/*Body*/
	Body []*socialclientmodels.BulkStatItemReset
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkResetUserStatItem3Params contains all the parameters to send to the API endpoint for the bulk reset user stat item 3 operation typically these are written to a http.Request

func NewBulkResetUserStatItem3Params

func NewBulkResetUserStatItem3Params() *BulkResetUserStatItem3Params

NewBulkResetUserStatItem3Params creates a new BulkResetUserStatItem3Params object with the default values initialized.

func NewBulkResetUserStatItem3ParamsWithContext

func NewBulkResetUserStatItem3ParamsWithContext(ctx context.Context) *BulkResetUserStatItem3Params

NewBulkResetUserStatItem3ParamsWithContext creates a new BulkResetUserStatItem3Params object with the default values initialized, and the ability to set a context for a request

func NewBulkResetUserStatItem3ParamsWithHTTPClient

func NewBulkResetUserStatItem3ParamsWithHTTPClient(client *http.Client) *BulkResetUserStatItem3Params

NewBulkResetUserStatItem3ParamsWithHTTPClient creates a new BulkResetUserStatItem3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkResetUserStatItem3ParamsWithTimeout

func NewBulkResetUserStatItem3ParamsWithTimeout(timeout time.Duration) *BulkResetUserStatItem3Params

NewBulkResetUserStatItem3ParamsWithTimeout creates a new BulkResetUserStatItem3Params object with the default values initialized, and the ability to set a timeout on a request

func (*BulkResetUserStatItem3Params) SetBody

SetBody adds the body to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) SetContext

func (o *BulkResetUserStatItem3Params) SetContext(ctx context.Context)

SetContext adds the context to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) SetHTTPClient

func (o *BulkResetUserStatItem3Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) SetNamespace

func (o *BulkResetUserStatItem3Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) SetTimeout

func (o *BulkResetUserStatItem3Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) SetUserID

func (o *BulkResetUserStatItem3Params) SetUserID(userID string)

SetUserID adds the userId to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WithBody

WithBody adds the body to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WithContext

WithContext adds the context to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WithNamespace

WithNamespace adds the namespace to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WithTimeout

WithTimeout adds the timeout to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WithUserID

WithUserID adds the userID to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkResetUserStatItem3Reader

type BulkResetUserStatItem3Reader struct {
	// contains filtered or unexported fields
}

BulkResetUserStatItem3Reader is a Reader for the BulkResetUserStatItem3 structure.

func (*BulkResetUserStatItem3Reader) ReadResponse

func (o *BulkResetUserStatItem3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkResetUserStatItem3UnprocessableEntity

type BulkResetUserStatItem3UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkResetUserStatItem3UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkResetUserStatItem3UnprocessableEntity

func NewBulkResetUserStatItem3UnprocessableEntity() *BulkResetUserStatItem3UnprocessableEntity

NewBulkResetUserStatItem3UnprocessableEntity creates a BulkResetUserStatItem3UnprocessableEntity with default headers values

func (*BulkResetUserStatItem3UnprocessableEntity) Error

func (*BulkResetUserStatItem3UnprocessableEntity) GetPayload

type BulkResetUserStatItemOK

type BulkResetUserStatItemOK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkResetUserStatItemOK handles this case with default header values.

successful operation

func NewBulkResetUserStatItemOK

func NewBulkResetUserStatItemOK() *BulkResetUserStatItemOK

NewBulkResetUserStatItemOK creates a BulkResetUserStatItemOK with default headers values

func (*BulkResetUserStatItemOK) Error

func (o *BulkResetUserStatItemOK) Error() string

func (*BulkResetUserStatItemOK) GetPayload

type BulkResetUserStatItemParams

type BulkResetUserStatItemParams struct {

	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemReset
	/*Namespace
	  namespace

	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkResetUserStatItemParams contains all the parameters to send to the API endpoint for the bulk reset user stat item operation typically these are written to a http.Request

func NewBulkResetUserStatItemParams

func NewBulkResetUserStatItemParams() *BulkResetUserStatItemParams

NewBulkResetUserStatItemParams creates a new BulkResetUserStatItemParams object with the default values initialized.

func NewBulkResetUserStatItemParamsWithContext

func NewBulkResetUserStatItemParamsWithContext(ctx context.Context) *BulkResetUserStatItemParams

NewBulkResetUserStatItemParamsWithContext creates a new BulkResetUserStatItemParams object with the default values initialized, and the ability to set a context for a request

func NewBulkResetUserStatItemParamsWithHTTPClient

func NewBulkResetUserStatItemParamsWithHTTPClient(client *http.Client) *BulkResetUserStatItemParams

NewBulkResetUserStatItemParamsWithHTTPClient creates a new BulkResetUserStatItemParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkResetUserStatItemParamsWithTimeout

func NewBulkResetUserStatItemParamsWithTimeout(timeout time.Duration) *BulkResetUserStatItemParams

NewBulkResetUserStatItemParamsWithTimeout creates a new BulkResetUserStatItemParams object with the default values initialized, and the ability to set a timeout on a request

func (*BulkResetUserStatItemParams) SetBody

SetBody adds the body to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) SetContext

func (o *BulkResetUserStatItemParams) SetContext(ctx context.Context)

SetContext adds the context to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) SetHTTPClient

func (o *BulkResetUserStatItemParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) SetNamespace

func (o *BulkResetUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) SetTimeout

func (o *BulkResetUserStatItemParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) WithBody

WithBody adds the body to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) WithContext

WithContext adds the context to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) WithNamespace

func (o *BulkResetUserStatItemParams) WithNamespace(namespace string) *BulkResetUserStatItemParams

WithNamespace adds the namespace to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkResetUserStatItemReader

type BulkResetUserStatItemReader struct {
	// contains filtered or unexported fields
}

BulkResetUserStatItemReader is a Reader for the BulkResetUserStatItem structure.

func (*BulkResetUserStatItemReader) ReadResponse

func (o *BulkResetUserStatItemReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkResetUserStatItemUnprocessableEntity

type BulkResetUserStatItemUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkResetUserStatItemUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkResetUserStatItemUnprocessableEntity

func NewBulkResetUserStatItemUnprocessableEntity() *BulkResetUserStatItemUnprocessableEntity

NewBulkResetUserStatItemUnprocessableEntity creates a BulkResetUserStatItemUnprocessableEntity with default headers values

func (*BulkResetUserStatItemUnprocessableEntity) Error

func (*BulkResetUserStatItemUnprocessableEntity) GetPayload

type BulkUpdateUserStatItem1OK

type BulkUpdateUserStatItem1OK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkUpdateUserStatItem1OK handles this case with default header values.

successful operation

func NewBulkUpdateUserStatItem1OK

func NewBulkUpdateUserStatItem1OK() *BulkUpdateUserStatItem1OK

NewBulkUpdateUserStatItem1OK creates a BulkUpdateUserStatItem1OK with default headers values

func (*BulkUpdateUserStatItem1OK) Error

func (o *BulkUpdateUserStatItem1OK) Error() string

func (*BulkUpdateUserStatItem1OK) GetPayload

type BulkUpdateUserStatItem1Params

type BulkUpdateUserStatItem1Params struct {

	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemUpdate
	/*Namespace
	  namespace

	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkUpdateUserStatItem1Params contains all the parameters to send to the API endpoint for the bulk update user stat item 1 operation typically these are written to a http.Request

func NewBulkUpdateUserStatItem1Params

func NewBulkUpdateUserStatItem1Params() *BulkUpdateUserStatItem1Params

NewBulkUpdateUserStatItem1Params creates a new BulkUpdateUserStatItem1Params object with the default values initialized.

func NewBulkUpdateUserStatItem1ParamsWithContext

func NewBulkUpdateUserStatItem1ParamsWithContext(ctx context.Context) *BulkUpdateUserStatItem1Params

NewBulkUpdateUserStatItem1ParamsWithContext creates a new BulkUpdateUserStatItem1Params object with the default values initialized, and the ability to set a context for a request

func NewBulkUpdateUserStatItem1ParamsWithHTTPClient

func NewBulkUpdateUserStatItem1ParamsWithHTTPClient(client *http.Client) *BulkUpdateUserStatItem1Params

NewBulkUpdateUserStatItem1ParamsWithHTTPClient creates a new BulkUpdateUserStatItem1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkUpdateUserStatItem1ParamsWithTimeout

func NewBulkUpdateUserStatItem1ParamsWithTimeout(timeout time.Duration) *BulkUpdateUserStatItem1Params

NewBulkUpdateUserStatItem1ParamsWithTimeout creates a new BulkUpdateUserStatItem1Params object with the default values initialized, and the ability to set a timeout on a request

func (*BulkUpdateUserStatItem1Params) SetBody

SetBody adds the body to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) SetContext

func (o *BulkUpdateUserStatItem1Params) SetContext(ctx context.Context)

SetContext adds the context to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) SetHTTPClient

func (o *BulkUpdateUserStatItem1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) SetNamespace

func (o *BulkUpdateUserStatItem1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) SetTimeout

func (o *BulkUpdateUserStatItem1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) WithBody

WithBody adds the body to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) WithContext

WithContext adds the context to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) WithNamespace

WithNamespace adds the namespace to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) WithTimeout

WithTimeout adds the timeout to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkUpdateUserStatItem1Reader

type BulkUpdateUserStatItem1Reader struct {
	// contains filtered or unexported fields
}

BulkUpdateUserStatItem1Reader is a Reader for the BulkUpdateUserStatItem1 structure.

func (*BulkUpdateUserStatItem1Reader) ReadResponse

func (o *BulkUpdateUserStatItem1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkUpdateUserStatItem1UnprocessableEntity

type BulkUpdateUserStatItem1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkUpdateUserStatItem1UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkUpdateUserStatItem1UnprocessableEntity

func NewBulkUpdateUserStatItem1UnprocessableEntity() *BulkUpdateUserStatItem1UnprocessableEntity

NewBulkUpdateUserStatItem1UnprocessableEntity creates a BulkUpdateUserStatItem1UnprocessableEntity with default headers values

func (*BulkUpdateUserStatItem1UnprocessableEntity) Error

func (*BulkUpdateUserStatItem1UnprocessableEntity) GetPayload

type BulkUpdateUserStatItem2OK

type BulkUpdateUserStatItem2OK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkUpdateUserStatItem2OK handles this case with default header values.

successful operation

func NewBulkUpdateUserStatItem2OK

func NewBulkUpdateUserStatItem2OK() *BulkUpdateUserStatItem2OK

NewBulkUpdateUserStatItem2OK creates a BulkUpdateUserStatItem2OK with default headers values

func (*BulkUpdateUserStatItem2OK) Error

func (o *BulkUpdateUserStatItem2OK) Error() string

func (*BulkUpdateUserStatItem2OK) GetPayload

type BulkUpdateUserStatItem2Params

type BulkUpdateUserStatItem2Params struct {

	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string
	/*Body*/
	Body []*socialclientmodels.BulkStatItemUpdate
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkUpdateUserStatItem2Params contains all the parameters to send to the API endpoint for the bulk update user stat item 2 operation typically these are written to a http.Request

func NewBulkUpdateUserStatItem2Params

func NewBulkUpdateUserStatItem2Params() *BulkUpdateUserStatItem2Params

NewBulkUpdateUserStatItem2Params creates a new BulkUpdateUserStatItem2Params object with the default values initialized.

func NewBulkUpdateUserStatItem2ParamsWithContext

func NewBulkUpdateUserStatItem2ParamsWithContext(ctx context.Context) *BulkUpdateUserStatItem2Params

NewBulkUpdateUserStatItem2ParamsWithContext creates a new BulkUpdateUserStatItem2Params object with the default values initialized, and the ability to set a context for a request

func NewBulkUpdateUserStatItem2ParamsWithHTTPClient

func NewBulkUpdateUserStatItem2ParamsWithHTTPClient(client *http.Client) *BulkUpdateUserStatItem2Params

NewBulkUpdateUserStatItem2ParamsWithHTTPClient creates a new BulkUpdateUserStatItem2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkUpdateUserStatItem2ParamsWithTimeout

func NewBulkUpdateUserStatItem2ParamsWithTimeout(timeout time.Duration) *BulkUpdateUserStatItem2Params

NewBulkUpdateUserStatItem2ParamsWithTimeout creates a new BulkUpdateUserStatItem2Params object with the default values initialized, and the ability to set a timeout on a request

func (*BulkUpdateUserStatItem2Params) SetAdditionalKey

func (o *BulkUpdateUserStatItem2Params) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetBody

SetBody adds the body to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetContext

func (o *BulkUpdateUserStatItem2Params) SetContext(ctx context.Context)

SetContext adds the context to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetHTTPClient

func (o *BulkUpdateUserStatItem2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetNamespace

func (o *BulkUpdateUserStatItem2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetTimeout

func (o *BulkUpdateUserStatItem2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetUserID

func (o *BulkUpdateUserStatItem2Params) SetUserID(userID string)

SetUserID adds the userId to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithAdditionalKey

func (o *BulkUpdateUserStatItem2Params) WithAdditionalKey(additionalKey *string) *BulkUpdateUserStatItem2Params

WithAdditionalKey adds the additionalKey to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithBody

WithBody adds the body to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithContext

WithContext adds the context to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithNamespace

WithNamespace adds the namespace to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithTimeout

WithTimeout adds the timeout to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithUserID

WithUserID adds the userID to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkUpdateUserStatItem2Reader

type BulkUpdateUserStatItem2Reader struct {
	// contains filtered or unexported fields
}

BulkUpdateUserStatItem2Reader is a Reader for the BulkUpdateUserStatItem2 structure.

func (*BulkUpdateUserStatItem2Reader) ReadResponse

func (o *BulkUpdateUserStatItem2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkUpdateUserStatItem2UnprocessableEntity

type BulkUpdateUserStatItem2UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkUpdateUserStatItem2UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkUpdateUserStatItem2UnprocessableEntity

func NewBulkUpdateUserStatItem2UnprocessableEntity() *BulkUpdateUserStatItem2UnprocessableEntity

NewBulkUpdateUserStatItem2UnprocessableEntity creates a BulkUpdateUserStatItem2UnprocessableEntity with default headers values

func (*BulkUpdateUserStatItem2UnprocessableEntity) Error

func (*BulkUpdateUserStatItem2UnprocessableEntity) GetPayload

type BulkUpdateUserStatItemOK

type BulkUpdateUserStatItemOK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkUpdateUserStatItemOK handles this case with default header values.

successful operation

func NewBulkUpdateUserStatItemOK

func NewBulkUpdateUserStatItemOK() *BulkUpdateUserStatItemOK

NewBulkUpdateUserStatItemOK creates a BulkUpdateUserStatItemOK with default headers values

func (*BulkUpdateUserStatItemOK) Error

func (o *BulkUpdateUserStatItemOK) Error() string

func (*BulkUpdateUserStatItemOK) GetPayload

type BulkUpdateUserStatItemParams

type BulkUpdateUserStatItemParams struct {

	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string
	/*Body*/
	Body []*socialclientmodels.BulkStatItemUpdate
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkUpdateUserStatItemParams contains all the parameters to send to the API endpoint for the bulk update user stat item operation typically these are written to a http.Request

func NewBulkUpdateUserStatItemParams

func NewBulkUpdateUserStatItemParams() *BulkUpdateUserStatItemParams

NewBulkUpdateUserStatItemParams creates a new BulkUpdateUserStatItemParams object with the default values initialized.

func NewBulkUpdateUserStatItemParamsWithContext

func NewBulkUpdateUserStatItemParamsWithContext(ctx context.Context) *BulkUpdateUserStatItemParams

NewBulkUpdateUserStatItemParamsWithContext creates a new BulkUpdateUserStatItemParams object with the default values initialized, and the ability to set a context for a request

func NewBulkUpdateUserStatItemParamsWithHTTPClient

func NewBulkUpdateUserStatItemParamsWithHTTPClient(client *http.Client) *BulkUpdateUserStatItemParams

NewBulkUpdateUserStatItemParamsWithHTTPClient creates a new BulkUpdateUserStatItemParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkUpdateUserStatItemParamsWithTimeout

func NewBulkUpdateUserStatItemParamsWithTimeout(timeout time.Duration) *BulkUpdateUserStatItemParams

NewBulkUpdateUserStatItemParamsWithTimeout creates a new BulkUpdateUserStatItemParams object with the default values initialized, and the ability to set a timeout on a request

func (*BulkUpdateUserStatItemParams) SetAdditionalKey

func (o *BulkUpdateUserStatItemParams) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetBody

SetBody adds the body to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetContext

func (o *BulkUpdateUserStatItemParams) SetContext(ctx context.Context)

SetContext adds the context to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetHTTPClient

func (o *BulkUpdateUserStatItemParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetNamespace

func (o *BulkUpdateUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetTimeout

func (o *BulkUpdateUserStatItemParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetUserID

func (o *BulkUpdateUserStatItemParams) SetUserID(userID string)

SetUserID adds the userId to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithAdditionalKey

func (o *BulkUpdateUserStatItemParams) WithAdditionalKey(additionalKey *string) *BulkUpdateUserStatItemParams

WithAdditionalKey adds the additionalKey to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithBody

WithBody adds the body to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithContext

WithContext adds the context to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithNamespace

WithNamespace adds the namespace to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithUserID

WithUserID adds the userID to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkUpdateUserStatItemReader

type BulkUpdateUserStatItemReader struct {
	// contains filtered or unexported fields
}

BulkUpdateUserStatItemReader is a Reader for the BulkUpdateUserStatItem structure.

func (*BulkUpdateUserStatItemReader) ReadResponse

func (o *BulkUpdateUserStatItemReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkUpdateUserStatItemUnprocessableEntity

type BulkUpdateUserStatItemUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkUpdateUserStatItemUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkUpdateUserStatItemUnprocessableEntity

func NewBulkUpdateUserStatItemUnprocessableEntity() *BulkUpdateUserStatItemUnprocessableEntity

NewBulkUpdateUserStatItemUnprocessableEntity creates a BulkUpdateUserStatItemUnprocessableEntity with default headers values

func (*BulkUpdateUserStatItemUnprocessableEntity) Error

func (*BulkUpdateUserStatItemUnprocessableEntity) GetPayload

type BulkUpdateUserStatItemV2OK

type BulkUpdateUserStatItemV2OK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

BulkUpdateUserStatItemV2OK handles this case with default header values.

successful operation

func NewBulkUpdateUserStatItemV2OK

func NewBulkUpdateUserStatItemV2OK() *BulkUpdateUserStatItemV2OK

NewBulkUpdateUserStatItemV2OK creates a BulkUpdateUserStatItemV2OK with default headers values

func (*BulkUpdateUserStatItemV2OK) Error

func (*BulkUpdateUserStatItemV2OK) GetPayload

type BulkUpdateUserStatItemV2Params

type BulkUpdateUserStatItemV2Params struct {

	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemUpdate
	/*Namespace
	  namespace

	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BulkUpdateUserStatItemV2Params contains all the parameters to send to the API endpoint for the bulk update user stat item v2 operation typically these are written to a http.Request

func NewBulkUpdateUserStatItemV2Params

func NewBulkUpdateUserStatItemV2Params() *BulkUpdateUserStatItemV2Params

NewBulkUpdateUserStatItemV2Params creates a new BulkUpdateUserStatItemV2Params object with the default values initialized.

func NewBulkUpdateUserStatItemV2ParamsWithContext

func NewBulkUpdateUserStatItemV2ParamsWithContext(ctx context.Context) *BulkUpdateUserStatItemV2Params

NewBulkUpdateUserStatItemV2ParamsWithContext creates a new BulkUpdateUserStatItemV2Params object with the default values initialized, and the ability to set a context for a request

func NewBulkUpdateUserStatItemV2ParamsWithHTTPClient

func NewBulkUpdateUserStatItemV2ParamsWithHTTPClient(client *http.Client) *BulkUpdateUserStatItemV2Params

NewBulkUpdateUserStatItemV2ParamsWithHTTPClient creates a new BulkUpdateUserStatItemV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkUpdateUserStatItemV2ParamsWithTimeout

func NewBulkUpdateUserStatItemV2ParamsWithTimeout(timeout time.Duration) *BulkUpdateUserStatItemV2Params

NewBulkUpdateUserStatItemV2ParamsWithTimeout creates a new BulkUpdateUserStatItemV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*BulkUpdateUserStatItemV2Params) SetBody

SetBody adds the body to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) SetContext

func (o *BulkUpdateUserStatItemV2Params) SetContext(ctx context.Context)

SetContext adds the context to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) SetHTTPClient

func (o *BulkUpdateUserStatItemV2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) SetNamespace

func (o *BulkUpdateUserStatItemV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) SetTimeout

func (o *BulkUpdateUserStatItemV2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) WithBody

WithBody adds the body to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) WithContext

WithContext adds the context to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) WithNamespace

WithNamespace adds the namespace to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) WithTimeout

WithTimeout adds the timeout to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkUpdateUserStatItemV2Reader

type BulkUpdateUserStatItemV2Reader struct {
	// contains filtered or unexported fields
}

BulkUpdateUserStatItemV2Reader is a Reader for the BulkUpdateUserStatItemV2 structure.

func (*BulkUpdateUserStatItemV2Reader) ReadResponse

func (o *BulkUpdateUserStatItemV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkUpdateUserStatItemV2UnprocessableEntity

type BulkUpdateUserStatItemV2UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkUpdateUserStatItemV2UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkUpdateUserStatItemV2UnprocessableEntity

func NewBulkUpdateUserStatItemV2UnprocessableEntity() *BulkUpdateUserStatItemV2UnprocessableEntity

NewBulkUpdateUserStatItemV2UnprocessableEntity creates a BulkUpdateUserStatItemV2UnprocessableEntity with default headers values

func (*BulkUpdateUserStatItemV2UnprocessableEntity) Error

func (*BulkUpdateUserStatItemV2UnprocessableEntity) GetPayload

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for user statistic API

func (*Client) BulkCreateUserStatItems

BulkCreateUserStatItems bulks create user s stat items

Bulk create user's statItems.<br>Other detail info:<ul><li><i>Required permission</i>: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=1 (CREATE)</li><li><i>Returns</i>: bulk created result</li>

func (*Client) BulkFetchStatItems

BulkFetchStatItems bulks fetch statitems value

Bulk fetch multiple user's statitem value for a given namespace and statCode.

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=2 (READ) + *Returns*: list of user's statItem

func (*Client) BulkFetchStatItems1

BulkFetchStatItems1 publics bulk fetch statitems value

Public bulk fetch multiple user's statitem value for a given namespace and statCode.

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:STATITEM", action=2 (READ) + *Returns*: list of user's statItem

func (*Client) BulkIncUserStatItem

BulkIncUserStatItem bulks update multiple user s statitems value

Bulk update multiple user's statitems value.<br>Other detail info:<ul><li><i>Required permission</i>: resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE)</li><li><i>Returns</i>: bulk updated result</li></ul>

func (*Client) BulkIncUserStatItem1

BulkIncUserStatItem1 bulks update user s statitems value

Bulk update user's statitems value.<br>Other detail info:<ul><li><i>Required permission</i>: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)</li><li><i>Returns</i>: bulk updated result</li></ul>

func (*Client) BulkIncUserStatItemValue

BulkIncUserStatItemValue bulks update multiple user s statitems value

Bulk update multiple user's statitems value.<br>Other detail info:<ul><li><i>Required permission</i>: resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE)</li><li><i>Returns</i>: bulk updated result</li></ul>

func (*Client) BulkIncUserStatItemValue1

BulkIncUserStatItemValue1 bulks update user s statitems value

Bulk update user's statitems value.<br>Other detail info:<ul><li><i>Required permission</i>: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)</li><li><i>Returns</i>: bulk updated result</li></ul>

func (*Client) BulkIncUserStatItemValue2

BulkIncUserStatItemValue2 publics bulk update user s statitems value

Public bulk update user's statitems value.<br>Other detail info:<ul><li><i>Required permission</i>: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)</li><li><i>Returns</i>: bulk updated result</li>

func (*Client) BulkResetUserStatItem

BulkResetUserStatItem bulks reset multiple user s statitems value

Bulk reset multiple user's statitems value.

User's statitem value will be reset to the default value defined in the statistic configuration.

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkResetUserStatItem1

BulkResetUserStatItem1 bulks reset user s statitems value

Bulk reset user's statitems value for given namespace and user.

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkResetUserStatItem2

BulkResetUserStatItem2 publics bulk reset multiple user s statitems value

Bulk reset multiple user's statitems value.

User's statitem value will be reset to the default value defined in the statistic configuration.

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkResetUserStatItem3

BulkResetUserStatItem3 publics bulk reset user s statitems value

Public bulk reset user's statitems value for given namespace and user.

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkUpdateUserStatItem

BulkUpdateUserStatItem bulks update user s statitems value

Bulk update user's statitems value for given namespace and user with specific update strategy.

There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

The *additionalKey* parameter will be suffixed to *userId* and is used to support multi level user's statitems, such as character's statitems. If provided, user's statitems will be saved with key: *userId_additionalKey*

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkUpdateUserStatItem1

BulkUpdateUserStatItem1 publics bulk update multiple user s statitems value

Public bulk update multiple user's statitems value with specific update strategy.

There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkUpdateUserStatItem2

BulkUpdateUserStatItem2 publics bulk update user s statitems value

Public bulk update user's statitems value for given namespace and user with specific update strategy.

There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

The *additionalKey* parameter will be suffixed to *userId* and is used to support multi level user's statitems, such as character's statitems. If provided, user's statitems will be saved with key: *userId_additionalKey*

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkUpdateUserStatItemV2

BulkUpdateUserStatItemV2 bulks update multiple user s statitems value

Bulk update multiple user's statitems value with specific update strategy.

There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) CreateUserStatItem

CreateUserStatItem creates user s stat item

Create statItem for a user.<br>Other detail info:<ul><li><i>Required permission</i>: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=1 (CREATE)</li><li><i>Returns</i>: created user's statItem</li></ul>

func (*Client) DeleteUserStatItems

DeleteUserStatItems deletes user s stat items

This endpoint is for testing purpose. Use this endpoint for cleaning up after testing.<br>Delete user's statItems given stat code.<br>Other detail info:<ul><li><i>Required permission</i>: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=8 (DELETE)</li><li><i>Returns</i>: no content</li></li>

func (*Client) DeleteUserStatItems1

DeleteUserStatItems1 deletes user s stat items

Delete user's statItems given stat code.<br>Other detail info:<ul><li><i>Required permission</i>: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=8 (DELETE)</li><li><i>Returns</i>: no content</li></li>

func (*Client) DeleteUserStatItems2

DeleteUserStatItems2 deletes user s stat items

Delete user's stat items for given namespace, statCode, and user Id.

If query param *additionalKey* is provided, it will delete user stat items of specific key (i.e. characterName). Otherwise, it will delete all stat items related to the user Id. <br>Delete user's statItems given stat code.<br>Other detail info:<ul><li><i>Required permission</i>: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=8 (DELETE)</li><li><i>Returns</i>: no content</li></li>

func (*Client) GetUserStatItems

func (a *Client) GetUserStatItems(params *GetUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserStatItemsOK, error)

GetUserStatItems lists user s stat items

List user's statItems.<br>Other detail info:<ul><li><i>Required permission</i>: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)</li><li><i>Returns</i>: stat items</li></ul>

func (*Client) IncUserStatItemValue

IncUserStatItemValue updates user s statitem value

Update user's statitem value.<br>Other detail info:<ul><li><i>Required permission</i>: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)</li><li><i>Returns</i>: updated user's statItem</li></ul>

func (*Client) PublicBulkCreateUserStatItems

PublicBulkCreateUserStatItems bulks create user s stat items

Bulk create statItems.<br>Other detail info:<ul><li><i>Required permission</i>: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=1 (CREATE)</li><li><i>Returns</i>: bulk created result</li></ul>

func (*Client) PublicBulkIncUserStatItem

PublicBulkIncUserStatItem publics bulk update multiple user s statitems value

Public bulk update multiple user's statitems value.<br>Other detail info:<ul><li><i>Required permission</i>: resource="NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE)</li><li><i>Returns</i>: bulk updated result</li></ul>

func (*Client) PublicBulkIncUserStatItem1

PublicBulkIncUserStatItem1 publics bulk update user s statitems value

Public bulk update user's statitems value.<br>Other detail info:<ul><li><i>Required permission</i>: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)</li><li><i>Returns</i>: bulk updated result</li></ul>

func (*Client) PublicBulkIncUserStatItemValue

PublicBulkIncUserStatItemValue publics bulk update multiple user s statitems value

Public bulk update multiple user's statitems value.<br>Other detail info:<ul><li><i>Required permission</i>: resource="NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE)</li><li><i>Returns</i>: bulk updated result</li></ul>

func (*Client) PublicCreateUserStatItem

PublicCreateUserStatItem creates user s stat item

Create user's statItem.<br>Other detail info:<ul><li><i>Required permission</i>: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=1 (CREATE)</li><li><i>Returns</i>: created user's statItem</li></ul>

func (*Client) PublicIncUserStatItem

PublicIncUserStatItem publics update user s statitem value

Public update user's statitem value.<br>Other detail info:<ul><li><i>Required permission</i>: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)</li><li><i>Returns</i>: updated user's statItem</li></ul>

func (*Client) PublicIncUserStatItemValue

PublicIncUserStatItemValue publics update user s statitem value

Public update user's statitem value.<br>Other detail info:<ul><li><i>Required permission</i>: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)</li><li><i>Returns</i>: updated user's statItem</li></ul>

func (*Client) PublicQueryUserStatItems

func (a *Client) PublicQueryUserStatItems(params *PublicQueryUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItemsOK, error)

PublicQueryUserStatItems publics list user s stat items

Public list all statItems by pagination.<br>Other detail info:<ul><li><i>Required permission</i>: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)</li><li><i>Returns</i>: stat items</li></ul>

func (*Client) ResetUserStatItemValue

ResetUserStatItemValue resets user s statitem value

Reset user's statitem value for a given namespace and user.

User's statitem value will be reset to the default value defined in the statistic configuration.

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: updated user's statItem

func (*Client) ResetUserStatItemValue1

ResetUserStatItemValue1 publics reset user s statitem value

Reset user's statitem value for a given namespace and user.

User's statitem value will be reset to the default value defined in the statistic configuration.

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: updated user's statItem

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateUserStatItemValue

UpdateUserStatItemValue updates user s statitem value

Update user's statitem value for a given namespace and user with a certain update strategy.

There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

The *additionalKey* parameter will be suffixed to *userId* and is used to support multi level user's statitems, such as character's statitems. If provided, user's statitems will be saved with key: *userId_additionalKey*

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: updated user's statItem

func (*Client) UpdateUserStatItemValue1

UpdateUserStatItemValue1 publics update user s statitem value

Public update user's statitem value for a given namespace and user with a certain update strategy.

There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

The *additionalKey* parameter will be suffixed to *userId* and is used to support multi level user's statitems, such as character's statitems. If provided, user's statitems will be saved with key: *userId_additionalKey*

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: updated user's statItem

type ClientService

type ClientService interface {
	BulkCreateUserStatItems(params *BulkCreateUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkCreateUserStatItemsOK, *BulkCreateUserStatItemsUnprocessableEntity, error)

	BulkFetchStatItems(params *BulkFetchStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchStatItemsOK, *BulkFetchStatItemsUnprocessableEntity, error)

	BulkFetchStatItems1(params *BulkFetchStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchStatItems1OK, *BulkFetchStatItems1UnprocessableEntity, error)

	BulkIncUserStatItem(params *BulkIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemOK, *BulkIncUserStatItemUnprocessableEntity, error)

	BulkIncUserStatItemValue(params *BulkIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValueOK, *BulkIncUserStatItemValueUnprocessableEntity, error)

	BulkIncUserStatItemValue1(params *BulkIncUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValue1OK, *BulkIncUserStatItemValue1UnprocessableEntity, error)

	BulkIncUserStatItemValue2(params *BulkIncUserStatItemValue2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValue2OK, *BulkIncUserStatItemValue2UnprocessableEntity, error)

	BulkIncUserStatItem1(params *BulkIncUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItem1OK, *BulkIncUserStatItem1UnprocessableEntity, error)

	BulkResetUserStatItem(params *BulkResetUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItemOK, *BulkResetUserStatItemUnprocessableEntity, error)

	BulkResetUserStatItem1(params *BulkResetUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem1OK, *BulkResetUserStatItem1UnprocessableEntity, error)

	BulkResetUserStatItem2(params *BulkResetUserStatItem2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem2OK, *BulkResetUserStatItem2UnprocessableEntity, error)

	BulkResetUserStatItem3(params *BulkResetUserStatItem3Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem3OK, *BulkResetUserStatItem3UnprocessableEntity, error)

	BulkUpdateUserStatItem(params *BulkUpdateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItemOK, *BulkUpdateUserStatItemUnprocessableEntity, error)

	BulkUpdateUserStatItemV2(params *BulkUpdateUserStatItemV2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItemV2OK, *BulkUpdateUserStatItemV2UnprocessableEntity, error)

	BulkUpdateUserStatItem1(params *BulkUpdateUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItem1OK, *BulkUpdateUserStatItem1UnprocessableEntity, error)

	BulkUpdateUserStatItem2(params *BulkUpdateUserStatItem2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItem2OK, *BulkUpdateUserStatItem2UnprocessableEntity, error)

	CreateUserStatItem(params *CreateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*CreateUserStatItemCreated, *CreateUserStatItemNotFound, *CreateUserStatItemConflict, error)

	DeleteUserStatItems(params *DeleteUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItemsNoContent, *DeleteUserStatItemsUnauthorized, *DeleteUserStatItemsForbidden, *DeleteUserStatItemsNotFound, error)

	DeleteUserStatItems1(params *DeleteUserStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItems1NoContent, *DeleteUserStatItems1Unauthorized, *DeleteUserStatItems1Forbidden, *DeleteUserStatItems1NotFound, error)

	DeleteUserStatItems2(params *DeleteUserStatItems2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItems2NoContent, *DeleteUserStatItems2Unauthorized, *DeleteUserStatItems2Forbidden, *DeleteUserStatItems2NotFound, error)

	GetUserStatItems(params *GetUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserStatItemsOK, error)

	IncUserStatItemValue(params *IncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*IncUserStatItemValueOK, *IncUserStatItemValueBadRequest, *IncUserStatItemValueNotFound, *IncUserStatItemValueConflict, error)

	PublicBulkCreateUserStatItems(params *PublicBulkCreateUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkCreateUserStatItemsOK, *PublicBulkCreateUserStatItemsUnprocessableEntity, error)

	PublicBulkIncUserStatItem(params *PublicBulkIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItemOK, *PublicBulkIncUserStatItemUnprocessableEntity, error)

	PublicBulkIncUserStatItemValue(params *PublicBulkIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItemValueOK, *PublicBulkIncUserStatItemValueUnprocessableEntity, error)

	PublicBulkIncUserStatItem1(params *PublicBulkIncUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItem1OK, *PublicBulkIncUserStatItem1UnprocessableEntity, error)

	PublicCreateUserStatItem(params *PublicCreateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateUserStatItemCreated, *PublicCreateUserStatItemNotFound, *PublicCreateUserStatItemConflict, error)

	PublicIncUserStatItem(params *PublicIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicIncUserStatItemOK, *PublicIncUserStatItemBadRequest, *PublicIncUserStatItemNotFound, *PublicIncUserStatItemConflict, error)

	PublicIncUserStatItemValue(params *PublicIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*PublicIncUserStatItemValueOK, *PublicIncUserStatItemValueBadRequest, *PublicIncUserStatItemValueNotFound, *PublicIncUserStatItemValueConflict, error)

	PublicQueryUserStatItems(params *PublicQueryUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItemsOK, error)

	ResetUserStatItemValue(params *ResetUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*ResetUserStatItemValueOK, *ResetUserStatItemValueBadRequest, *ResetUserStatItemValueNotFound, error)

	ResetUserStatItemValue1(params *ResetUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*ResetUserStatItemValue1OK, *ResetUserStatItemValue1BadRequest, *ResetUserStatItemValue1NotFound, error)

	UpdateUserStatItemValue(params *UpdateUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserStatItemValueOK, *UpdateUserStatItemValueBadRequest, *UpdateUserStatItemValueNotFound, *UpdateUserStatItemValueConflict, *UpdateUserStatItemValueUnprocessableEntity, error)

	UpdateUserStatItemValue1(params *UpdateUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserStatItemValue1OK, *UpdateUserStatItemValue1BadRequest, *UpdateUserStatItemValue1NotFound, *UpdateUserStatItemValue1Conflict, *UpdateUserStatItemValue1UnprocessableEntity, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new user statistic API client.

type CreateUserStatItemConflict

type CreateUserStatItemConflict struct {
	Payload *socialclientmodels.ErrorEntity
}

CreateUserStatItemConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12274</td><td>Stat item with code [{statCode}] of user [{profileId}] already exists in namespace [{namespace}]</td></tr></table>

func NewCreateUserStatItemConflict

func NewCreateUserStatItemConflict() *CreateUserStatItemConflict

NewCreateUserStatItemConflict creates a CreateUserStatItemConflict with default headers values

func (*CreateUserStatItemConflict) Error

func (*CreateUserStatItemConflict) GetPayload

type CreateUserStatItemCreated

type CreateUserStatItemCreated struct {
}

CreateUserStatItemCreated handles this case with default header values.

Create user statItem successfully

func NewCreateUserStatItemCreated

func NewCreateUserStatItemCreated() *CreateUserStatItemCreated

NewCreateUserStatItemCreated creates a CreateUserStatItemCreated with default headers values

func (*CreateUserStatItemCreated) Error

func (o *CreateUserStatItemCreated) Error() string

type CreateUserStatItemNotFound

type CreateUserStatItemNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

CreateUserStatItemNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewCreateUserStatItemNotFound

func NewCreateUserStatItemNotFound() *CreateUserStatItemNotFound

NewCreateUserStatItemNotFound creates a CreateUserStatItemNotFound with default headers values

func (*CreateUserStatItemNotFound) Error

func (*CreateUserStatItemNotFound) GetPayload

type CreateUserStatItemParams

type CreateUserStatItemParams struct {

	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateUserStatItemParams contains all the parameters to send to the API endpoint for the create user stat item operation typically these are written to a http.Request

func NewCreateUserStatItemParams

func NewCreateUserStatItemParams() *CreateUserStatItemParams

NewCreateUserStatItemParams creates a new CreateUserStatItemParams object with the default values initialized.

func NewCreateUserStatItemParamsWithContext

func NewCreateUserStatItemParamsWithContext(ctx context.Context) *CreateUserStatItemParams

NewCreateUserStatItemParamsWithContext creates a new CreateUserStatItemParams object with the default values initialized, and the ability to set a context for a request

func NewCreateUserStatItemParamsWithHTTPClient

func NewCreateUserStatItemParamsWithHTTPClient(client *http.Client) *CreateUserStatItemParams

NewCreateUserStatItemParamsWithHTTPClient creates a new CreateUserStatItemParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateUserStatItemParamsWithTimeout

func NewCreateUserStatItemParamsWithTimeout(timeout time.Duration) *CreateUserStatItemParams

NewCreateUserStatItemParamsWithTimeout creates a new CreateUserStatItemParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateUserStatItemParams) SetContext

func (o *CreateUserStatItemParams) SetContext(ctx context.Context)

SetContext adds the context to the create user stat item params

func (*CreateUserStatItemParams) SetHTTPClient

func (o *CreateUserStatItemParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create user stat item params

func (*CreateUserStatItemParams) SetNamespace

func (o *CreateUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the create user stat item params

func (*CreateUserStatItemParams) SetStatCode

func (o *CreateUserStatItemParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the create user stat item params

func (*CreateUserStatItemParams) SetTimeout

func (o *CreateUserStatItemParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create user stat item params

func (*CreateUserStatItemParams) SetUserID

func (o *CreateUserStatItemParams) SetUserID(userID string)

SetUserID adds the userId to the create user stat item params

func (*CreateUserStatItemParams) WithContext

WithContext adds the context to the create user stat item params

func (*CreateUserStatItemParams) WithHTTPClient

func (o *CreateUserStatItemParams) WithHTTPClient(client *http.Client) *CreateUserStatItemParams

WithHTTPClient adds the HTTPClient to the create user stat item params

func (*CreateUserStatItemParams) WithNamespace

func (o *CreateUserStatItemParams) WithNamespace(namespace string) *CreateUserStatItemParams

WithNamespace adds the namespace to the create user stat item params

func (*CreateUserStatItemParams) WithStatCode

func (o *CreateUserStatItemParams) WithStatCode(statCode string) *CreateUserStatItemParams

WithStatCode adds the statCode to the create user stat item params

func (*CreateUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the create user stat item params

func (*CreateUserStatItemParams) WithUserID

WithUserID adds the userID to the create user stat item params

func (*CreateUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateUserStatItemReader

type CreateUserStatItemReader struct {
	// contains filtered or unexported fields
}

CreateUserStatItemReader is a Reader for the CreateUserStatItem structure.

func (*CreateUserStatItemReader) ReadResponse

func (o *CreateUserStatItemReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteUserStatItems1Forbidden

type DeleteUserStatItems1Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems1Forbidden handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewDeleteUserStatItems1Forbidden

func NewDeleteUserStatItems1Forbidden() *DeleteUserStatItems1Forbidden

NewDeleteUserStatItems1Forbidden creates a DeleteUserStatItems1Forbidden with default headers values

func (*DeleteUserStatItems1Forbidden) Error

func (*DeleteUserStatItems1Forbidden) GetPayload

type DeleteUserStatItems1NoContent

type DeleteUserStatItems1NoContent struct {
}

DeleteUserStatItems1NoContent handles this case with default header values.

delete successfully

func NewDeleteUserStatItems1NoContent

func NewDeleteUserStatItems1NoContent() *DeleteUserStatItems1NoContent

NewDeleteUserStatItems1NoContent creates a DeleteUserStatItems1NoContent with default headers values

func (*DeleteUserStatItems1NoContent) Error

type DeleteUserStatItems1NotFound

type DeleteUserStatItems1NotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems1NotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12242</td><td>Stat item of [{statCode}] of user [{profileId}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewDeleteUserStatItems1NotFound

func NewDeleteUserStatItems1NotFound() *DeleteUserStatItems1NotFound

NewDeleteUserStatItems1NotFound creates a DeleteUserStatItems1NotFound with default headers values

func (*DeleteUserStatItems1NotFound) Error

func (*DeleteUserStatItems1NotFound) GetPayload

type DeleteUserStatItems1Params

type DeleteUserStatItems1Params struct {

	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteUserStatItems1Params contains all the parameters to send to the API endpoint for the delete user stat items 1 operation typically these are written to a http.Request

func NewDeleteUserStatItems1Params

func NewDeleteUserStatItems1Params() *DeleteUserStatItems1Params

NewDeleteUserStatItems1Params creates a new DeleteUserStatItems1Params object with the default values initialized.

func NewDeleteUserStatItems1ParamsWithContext

func NewDeleteUserStatItems1ParamsWithContext(ctx context.Context) *DeleteUserStatItems1Params

NewDeleteUserStatItems1ParamsWithContext creates a new DeleteUserStatItems1Params object with the default values initialized, and the ability to set a context for a request

func NewDeleteUserStatItems1ParamsWithHTTPClient

func NewDeleteUserStatItems1ParamsWithHTTPClient(client *http.Client) *DeleteUserStatItems1Params

NewDeleteUserStatItems1ParamsWithHTTPClient creates a new DeleteUserStatItems1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteUserStatItems1ParamsWithTimeout

func NewDeleteUserStatItems1ParamsWithTimeout(timeout time.Duration) *DeleteUserStatItems1Params

NewDeleteUserStatItems1ParamsWithTimeout creates a new DeleteUserStatItems1Params object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteUserStatItems1Params) SetContext

func (o *DeleteUserStatItems1Params) SetContext(ctx context.Context)

SetContext adds the context to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) SetHTTPClient

func (o *DeleteUserStatItems1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) SetNamespace

func (o *DeleteUserStatItems1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) SetStatCode

func (o *DeleteUserStatItems1Params) SetStatCode(statCode string)

SetStatCode adds the statCode to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) SetTimeout

func (o *DeleteUserStatItems1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) SetUserID

func (o *DeleteUserStatItems1Params) SetUserID(userID string)

SetUserID adds the userId to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WithContext

WithContext adds the context to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WithNamespace

func (o *DeleteUserStatItems1Params) WithNamespace(namespace string) *DeleteUserStatItems1Params

WithNamespace adds the namespace to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WithStatCode

WithStatCode adds the statCode to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WithTimeout

WithTimeout adds the timeout to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WithUserID

WithUserID adds the userID to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserStatItems1Reader

type DeleteUserStatItems1Reader struct {
	// contains filtered or unexported fields
}

DeleteUserStatItems1Reader is a Reader for the DeleteUserStatItems1 structure.

func (*DeleteUserStatItems1Reader) ReadResponse

func (o *DeleteUserStatItems1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteUserStatItems1Unauthorized

type DeleteUserStatItems1Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems1Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewDeleteUserStatItems1Unauthorized

func NewDeleteUserStatItems1Unauthorized() *DeleteUserStatItems1Unauthorized

NewDeleteUserStatItems1Unauthorized creates a DeleteUserStatItems1Unauthorized with default headers values

func (*DeleteUserStatItems1Unauthorized) Error

func (*DeleteUserStatItems1Unauthorized) GetPayload

type DeleteUserStatItems2Forbidden

type DeleteUserStatItems2Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems2Forbidden handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewDeleteUserStatItems2Forbidden

func NewDeleteUserStatItems2Forbidden() *DeleteUserStatItems2Forbidden

NewDeleteUserStatItems2Forbidden creates a DeleteUserStatItems2Forbidden with default headers values

func (*DeleteUserStatItems2Forbidden) Error

func (*DeleteUserStatItems2Forbidden) GetPayload

type DeleteUserStatItems2NoContent

type DeleteUserStatItems2NoContent struct {
}

DeleteUserStatItems2NoContent handles this case with default header values.

delete successfully

func NewDeleteUserStatItems2NoContent

func NewDeleteUserStatItems2NoContent() *DeleteUserStatItems2NoContent

NewDeleteUserStatItems2NoContent creates a DeleteUserStatItems2NoContent with default headers values

func (*DeleteUserStatItems2NoContent) Error

type DeleteUserStatItems2NotFound

type DeleteUserStatItems2NotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems2NotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12242</td><td>Stat item of [{statCode}] of user [{profileId}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewDeleteUserStatItems2NotFound

func NewDeleteUserStatItems2NotFound() *DeleteUserStatItems2NotFound

NewDeleteUserStatItems2NotFound creates a DeleteUserStatItems2NotFound with default headers values

func (*DeleteUserStatItems2NotFound) Error

func (*DeleteUserStatItems2NotFound) GetPayload

type DeleteUserStatItems2Params

type DeleteUserStatItems2Params struct {

	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteUserStatItems2Params contains all the parameters to send to the API endpoint for the delete user stat items 2 operation typically these are written to a http.Request

func NewDeleteUserStatItems2Params

func NewDeleteUserStatItems2Params() *DeleteUserStatItems2Params

NewDeleteUserStatItems2Params creates a new DeleteUserStatItems2Params object with the default values initialized.

func NewDeleteUserStatItems2ParamsWithContext

func NewDeleteUserStatItems2ParamsWithContext(ctx context.Context) *DeleteUserStatItems2Params

NewDeleteUserStatItems2ParamsWithContext creates a new DeleteUserStatItems2Params object with the default values initialized, and the ability to set a context for a request

func NewDeleteUserStatItems2ParamsWithHTTPClient

func NewDeleteUserStatItems2ParamsWithHTTPClient(client *http.Client) *DeleteUserStatItems2Params

NewDeleteUserStatItems2ParamsWithHTTPClient creates a new DeleteUserStatItems2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteUserStatItems2ParamsWithTimeout

func NewDeleteUserStatItems2ParamsWithTimeout(timeout time.Duration) *DeleteUserStatItems2Params

NewDeleteUserStatItems2ParamsWithTimeout creates a new DeleteUserStatItems2Params object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteUserStatItems2Params) SetAdditionalKey

func (o *DeleteUserStatItems2Params) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetContext

func (o *DeleteUserStatItems2Params) SetContext(ctx context.Context)

SetContext adds the context to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetHTTPClient

func (o *DeleteUserStatItems2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetNamespace

func (o *DeleteUserStatItems2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetStatCode

func (o *DeleteUserStatItems2Params) SetStatCode(statCode string)

SetStatCode adds the statCode to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetTimeout

func (o *DeleteUserStatItems2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetUserID

func (o *DeleteUserStatItems2Params) SetUserID(userID string)

SetUserID adds the userId to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithAdditionalKey

func (o *DeleteUserStatItems2Params) WithAdditionalKey(additionalKey *string) *DeleteUserStatItems2Params

WithAdditionalKey adds the additionalKey to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithContext

WithContext adds the context to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithNamespace

func (o *DeleteUserStatItems2Params) WithNamespace(namespace string) *DeleteUserStatItems2Params

WithNamespace adds the namespace to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithStatCode

WithStatCode adds the statCode to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithTimeout

WithTimeout adds the timeout to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithUserID

WithUserID adds the userID to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserStatItems2Reader

type DeleteUserStatItems2Reader struct {
	// contains filtered or unexported fields
}

DeleteUserStatItems2Reader is a Reader for the DeleteUserStatItems2 structure.

func (*DeleteUserStatItems2Reader) ReadResponse

func (o *DeleteUserStatItems2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteUserStatItems2Unauthorized

type DeleteUserStatItems2Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems2Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewDeleteUserStatItems2Unauthorized

func NewDeleteUserStatItems2Unauthorized() *DeleteUserStatItems2Unauthorized

NewDeleteUserStatItems2Unauthorized creates a DeleteUserStatItems2Unauthorized with default headers values

func (*DeleteUserStatItems2Unauthorized) Error

func (*DeleteUserStatItems2Unauthorized) GetPayload

type DeleteUserStatItemsForbidden

type DeleteUserStatItemsForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItemsForbidden handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewDeleteUserStatItemsForbidden

func NewDeleteUserStatItemsForbidden() *DeleteUserStatItemsForbidden

NewDeleteUserStatItemsForbidden creates a DeleteUserStatItemsForbidden with default headers values

func (*DeleteUserStatItemsForbidden) Error

func (*DeleteUserStatItemsForbidden) GetPayload

type DeleteUserStatItemsNoContent

type DeleteUserStatItemsNoContent struct {
}

DeleteUserStatItemsNoContent handles this case with default header values.

delete successfully

func NewDeleteUserStatItemsNoContent

func NewDeleteUserStatItemsNoContent() *DeleteUserStatItemsNoContent

NewDeleteUserStatItemsNoContent creates a DeleteUserStatItemsNoContent with default headers values

func (*DeleteUserStatItemsNoContent) Error

type DeleteUserStatItemsNotFound

type DeleteUserStatItemsNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItemsNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12242</td><td>Stat item of [{statCode}] of user [{profileId}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewDeleteUserStatItemsNotFound

func NewDeleteUserStatItemsNotFound() *DeleteUserStatItemsNotFound

NewDeleteUserStatItemsNotFound creates a DeleteUserStatItemsNotFound with default headers values

func (*DeleteUserStatItemsNotFound) Error

func (*DeleteUserStatItemsNotFound) GetPayload

type DeleteUserStatItemsParams

type DeleteUserStatItemsParams struct {

	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteUserStatItemsParams contains all the parameters to send to the API endpoint for the delete user stat items operation typically these are written to a http.Request

func NewDeleteUserStatItemsParams

func NewDeleteUserStatItemsParams() *DeleteUserStatItemsParams

NewDeleteUserStatItemsParams creates a new DeleteUserStatItemsParams object with the default values initialized.

func NewDeleteUserStatItemsParamsWithContext

func NewDeleteUserStatItemsParamsWithContext(ctx context.Context) *DeleteUserStatItemsParams

NewDeleteUserStatItemsParamsWithContext creates a new DeleteUserStatItemsParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteUserStatItemsParamsWithHTTPClient

func NewDeleteUserStatItemsParamsWithHTTPClient(client *http.Client) *DeleteUserStatItemsParams

NewDeleteUserStatItemsParamsWithHTTPClient creates a new DeleteUserStatItemsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteUserStatItemsParamsWithTimeout

func NewDeleteUserStatItemsParamsWithTimeout(timeout time.Duration) *DeleteUserStatItemsParams

NewDeleteUserStatItemsParamsWithTimeout creates a new DeleteUserStatItemsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteUserStatItemsParams) SetContext

func (o *DeleteUserStatItemsParams) SetContext(ctx context.Context)

SetContext adds the context to the delete user stat items params

func (*DeleteUserStatItemsParams) SetHTTPClient

func (o *DeleteUserStatItemsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete user stat items params

func (*DeleteUserStatItemsParams) SetNamespace

func (o *DeleteUserStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete user stat items params

func (*DeleteUserStatItemsParams) SetStatCode

func (o *DeleteUserStatItemsParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the delete user stat items params

func (*DeleteUserStatItemsParams) SetTimeout

func (o *DeleteUserStatItemsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete user stat items params

func (*DeleteUserStatItemsParams) SetUserID

func (o *DeleteUserStatItemsParams) SetUserID(userID string)

SetUserID adds the userId to the delete user stat items params

func (*DeleteUserStatItemsParams) WithContext

WithContext adds the context to the delete user stat items params

func (*DeleteUserStatItemsParams) WithHTTPClient

func (o *DeleteUserStatItemsParams) WithHTTPClient(client *http.Client) *DeleteUserStatItemsParams

WithHTTPClient adds the HTTPClient to the delete user stat items params

func (*DeleteUserStatItemsParams) WithNamespace

func (o *DeleteUserStatItemsParams) WithNamespace(namespace string) *DeleteUserStatItemsParams

WithNamespace adds the namespace to the delete user stat items params

func (*DeleteUserStatItemsParams) WithStatCode

func (o *DeleteUserStatItemsParams) WithStatCode(statCode string) *DeleteUserStatItemsParams

WithStatCode adds the statCode to the delete user stat items params

func (*DeleteUserStatItemsParams) WithTimeout

WithTimeout adds the timeout to the delete user stat items params

func (*DeleteUserStatItemsParams) WithUserID

WithUserID adds the userID to the delete user stat items params

func (*DeleteUserStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserStatItemsReader

type DeleteUserStatItemsReader struct {
	// contains filtered or unexported fields
}

DeleteUserStatItemsReader is a Reader for the DeleteUserStatItems structure.

func (*DeleteUserStatItemsReader) ReadResponse

func (o *DeleteUserStatItemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteUserStatItemsUnauthorized

type DeleteUserStatItemsUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItemsUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewDeleteUserStatItemsUnauthorized

func NewDeleteUserStatItemsUnauthorized() *DeleteUserStatItemsUnauthorized

NewDeleteUserStatItemsUnauthorized creates a DeleteUserStatItemsUnauthorized with default headers values

func (*DeleteUserStatItemsUnauthorized) Error

func (*DeleteUserStatItemsUnauthorized) GetPayload

type GetUserStatItemsOK

type GetUserStatItemsOK struct {
	Payload *socialclientmodels.UserStatItemPagingSlicedResult
}

GetUserStatItemsOK handles this case with default header values.

successful operation

func NewGetUserStatItemsOK

func NewGetUserStatItemsOK() *GetUserStatItemsOK

NewGetUserStatItemsOK creates a GetUserStatItemsOK with default headers values

func (*GetUserStatItemsOK) Error

func (o *GetUserStatItemsOK) Error() string

func (*GetUserStatItemsOK) GetPayload

type GetUserStatItemsParams

type GetUserStatItemsParams struct {

	/*Limit*/
	Limit *int32
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Offset*/
	Offset *int32
	/*StatCodes
	  stat codes

	*/
	StatCodes *string
	/*Tags
	  tags

	*/
	Tags *string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserStatItemsParams contains all the parameters to send to the API endpoint for the get user stat items operation typically these are written to a http.Request

func NewGetUserStatItemsParams

func NewGetUserStatItemsParams() *GetUserStatItemsParams

NewGetUserStatItemsParams creates a new GetUserStatItemsParams object with the default values initialized.

func NewGetUserStatItemsParamsWithContext

func NewGetUserStatItemsParamsWithContext(ctx context.Context) *GetUserStatItemsParams

NewGetUserStatItemsParamsWithContext creates a new GetUserStatItemsParams object with the default values initialized, and the ability to set a context for a request

func NewGetUserStatItemsParamsWithHTTPClient

func NewGetUserStatItemsParamsWithHTTPClient(client *http.Client) *GetUserStatItemsParams

NewGetUserStatItemsParamsWithHTTPClient creates a new GetUserStatItemsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetUserStatItemsParamsWithTimeout

func NewGetUserStatItemsParamsWithTimeout(timeout time.Duration) *GetUserStatItemsParams

NewGetUserStatItemsParamsWithTimeout creates a new GetUserStatItemsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetUserStatItemsParams) SetContext

func (o *GetUserStatItemsParams) SetContext(ctx context.Context)

SetContext adds the context to the get user stat items params

func (*GetUserStatItemsParams) SetHTTPClient

func (o *GetUserStatItemsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get user stat items params

func (*GetUserStatItemsParams) SetLimit

func (o *GetUserStatItemsParams) SetLimit(limit *int32)

SetLimit adds the limit to the get user stat items params

func (*GetUserStatItemsParams) SetNamespace

func (o *GetUserStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user stat items params

func (*GetUserStatItemsParams) SetOffset

func (o *GetUserStatItemsParams) SetOffset(offset *int32)

SetOffset adds the offset to the get user stat items params

func (*GetUserStatItemsParams) SetStatCodes

func (o *GetUserStatItemsParams) SetStatCodes(statCodes *string)

SetStatCodes adds the statCodes to the get user stat items params

func (*GetUserStatItemsParams) SetTags

func (o *GetUserStatItemsParams) SetTags(tags *string)

SetTags adds the tags to the get user stat items params

func (*GetUserStatItemsParams) SetTimeout

func (o *GetUserStatItemsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get user stat items params

func (*GetUserStatItemsParams) SetUserID

func (o *GetUserStatItemsParams) SetUserID(userID string)

SetUserID adds the userId to the get user stat items params

func (*GetUserStatItemsParams) WithContext

WithContext adds the context to the get user stat items params

func (*GetUserStatItemsParams) WithHTTPClient

func (o *GetUserStatItemsParams) WithHTTPClient(client *http.Client) *GetUserStatItemsParams

WithHTTPClient adds the HTTPClient to the get user stat items params

func (*GetUserStatItemsParams) WithLimit

func (o *GetUserStatItemsParams) WithLimit(limit *int32) *GetUserStatItemsParams

WithLimit adds the limit to the get user stat items params

func (*GetUserStatItemsParams) WithNamespace

func (o *GetUserStatItemsParams) WithNamespace(namespace string) *GetUserStatItemsParams

WithNamespace adds the namespace to the get user stat items params

func (*GetUserStatItemsParams) WithOffset

func (o *GetUserStatItemsParams) WithOffset(offset *int32) *GetUserStatItemsParams

WithOffset adds the offset to the get user stat items params

func (*GetUserStatItemsParams) WithStatCodes

func (o *GetUserStatItemsParams) WithStatCodes(statCodes *string) *GetUserStatItemsParams

WithStatCodes adds the statCodes to the get user stat items params

func (*GetUserStatItemsParams) WithTags

WithTags adds the tags to the get user stat items params

func (*GetUserStatItemsParams) WithTimeout

WithTimeout adds the timeout to the get user stat items params

func (*GetUserStatItemsParams) WithUserID

func (o *GetUserStatItemsParams) WithUserID(userID string) *GetUserStatItemsParams

WithUserID adds the userID to the get user stat items params

func (*GetUserStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserStatItemsReader

type GetUserStatItemsReader struct {
	// contains filtered or unexported fields
}

GetUserStatItemsReader is a Reader for the GetUserStatItems structure.

func (*GetUserStatItemsReader) ReadResponse

func (o *GetUserStatItemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IncUserStatItemValueBadRequest

type IncUserStatItemValueBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

IncUserStatItemValueBadRequest handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewIncUserStatItemValueBadRequest

func NewIncUserStatItemValueBadRequest() *IncUserStatItemValueBadRequest

NewIncUserStatItemValueBadRequest creates a IncUserStatItemValueBadRequest with default headers values

func (*IncUserStatItemValueBadRequest) Error

func (*IncUserStatItemValueBadRequest) GetPayload

type IncUserStatItemValueConflict

type IncUserStatItemValueConflict struct {
	Payload *socialclientmodels.ErrorEntity
}

IncUserStatItemValueConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12273</td><td>Stat [{statCode}] is not decreasable</td></tr><tr><td>12275</td><td>[{action}] value: [{value}] of stat [{statCode}]  is out of range while minimum [{minimum}] and maximum [{maximum}] in namespace [{namespace}]</td></tr></table>

func NewIncUserStatItemValueConflict

func NewIncUserStatItemValueConflict() *IncUserStatItemValueConflict

NewIncUserStatItemValueConflict creates a IncUserStatItemValueConflict with default headers values

func (*IncUserStatItemValueConflict) Error

func (*IncUserStatItemValueConflict) GetPayload

type IncUserStatItemValueNotFound

type IncUserStatItemValueNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

IncUserStatItemValueNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr><tr><td>12242</td><td>Stat item of [{statCode}] of user [{profileId}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewIncUserStatItemValueNotFound

func NewIncUserStatItemValueNotFound() *IncUserStatItemValueNotFound

NewIncUserStatItemValueNotFound creates a IncUserStatItemValueNotFound with default headers values

func (*IncUserStatItemValueNotFound) Error

func (*IncUserStatItemValueNotFound) GetPayload

type IncUserStatItemValueOK

type IncUserStatItemValueOK struct {
	Payload *socialclientmodels.StatItemIncResult
}

IncUserStatItemValueOK handles this case with default header values.

successful operation

func NewIncUserStatItemValueOK

func NewIncUserStatItemValueOK() *IncUserStatItemValueOK

NewIncUserStatItemValueOK creates a IncUserStatItemValueOK with default headers values

func (*IncUserStatItemValueOK) Error

func (o *IncUserStatItemValueOK) Error() string

func (*IncUserStatItemValueOK) GetPayload

type IncUserStatItemValueParams

type IncUserStatItemValueParams struct {

	/*Body*/
	Body *socialclientmodels.StatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IncUserStatItemValueParams contains all the parameters to send to the API endpoint for the inc user stat item value operation typically these are written to a http.Request

func NewIncUserStatItemValueParams

func NewIncUserStatItemValueParams() *IncUserStatItemValueParams

NewIncUserStatItemValueParams creates a new IncUserStatItemValueParams object with the default values initialized.

func NewIncUserStatItemValueParamsWithContext

func NewIncUserStatItemValueParamsWithContext(ctx context.Context) *IncUserStatItemValueParams

NewIncUserStatItemValueParamsWithContext creates a new IncUserStatItemValueParams object with the default values initialized, and the ability to set a context for a request

func NewIncUserStatItemValueParamsWithHTTPClient

func NewIncUserStatItemValueParamsWithHTTPClient(client *http.Client) *IncUserStatItemValueParams

NewIncUserStatItemValueParamsWithHTTPClient creates a new IncUserStatItemValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewIncUserStatItemValueParamsWithTimeout

func NewIncUserStatItemValueParamsWithTimeout(timeout time.Duration) *IncUserStatItemValueParams

NewIncUserStatItemValueParamsWithTimeout creates a new IncUserStatItemValueParams object with the default values initialized, and the ability to set a timeout on a request

func (*IncUserStatItemValueParams) SetBody

SetBody adds the body to the inc user stat item value params

func (*IncUserStatItemValueParams) SetContext

func (o *IncUserStatItemValueParams) SetContext(ctx context.Context)

SetContext adds the context to the inc user stat item value params

func (*IncUserStatItemValueParams) SetHTTPClient

func (o *IncUserStatItemValueParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the inc user stat item value params

func (*IncUserStatItemValueParams) SetNamespace

func (o *IncUserStatItemValueParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the inc user stat item value params

func (*IncUserStatItemValueParams) SetStatCode

func (o *IncUserStatItemValueParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the inc user stat item value params

func (*IncUserStatItemValueParams) SetTimeout

func (o *IncUserStatItemValueParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the inc user stat item value params

func (*IncUserStatItemValueParams) SetUserID

func (o *IncUserStatItemValueParams) SetUserID(userID string)

SetUserID adds the userId to the inc user stat item value params

func (*IncUserStatItemValueParams) WithBody

WithBody adds the body to the inc user stat item value params

func (*IncUserStatItemValueParams) WithContext

WithContext adds the context to the inc user stat item value params

func (*IncUserStatItemValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inc user stat item value params

func (*IncUserStatItemValueParams) WithNamespace

func (o *IncUserStatItemValueParams) WithNamespace(namespace string) *IncUserStatItemValueParams

WithNamespace adds the namespace to the inc user stat item value params

func (*IncUserStatItemValueParams) WithStatCode

WithStatCode adds the statCode to the inc user stat item value params

func (*IncUserStatItemValueParams) WithTimeout

WithTimeout adds the timeout to the inc user stat item value params

func (*IncUserStatItemValueParams) WithUserID

WithUserID adds the userID to the inc user stat item value params

func (*IncUserStatItemValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IncUserStatItemValueReader

type IncUserStatItemValueReader struct {
	// contains filtered or unexported fields
}

IncUserStatItemValueReader is a Reader for the IncUserStatItemValue structure.

func (*IncUserStatItemValueReader) ReadResponse

func (o *IncUserStatItemValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicBulkCreateUserStatItemsOK

type PublicBulkCreateUserStatItemsOK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

PublicBulkCreateUserStatItemsOK handles this case with default header values.

successful operation

func NewPublicBulkCreateUserStatItemsOK

func NewPublicBulkCreateUserStatItemsOK() *PublicBulkCreateUserStatItemsOK

NewPublicBulkCreateUserStatItemsOK creates a PublicBulkCreateUserStatItemsOK with default headers values

func (*PublicBulkCreateUserStatItemsOK) Error

func (*PublicBulkCreateUserStatItemsOK) GetPayload

type PublicBulkCreateUserStatItemsParams

type PublicBulkCreateUserStatItemsParams struct {

	/*Body*/
	Body []*socialclientmodels.BulkStatItemCreate
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PublicBulkCreateUserStatItemsParams contains all the parameters to send to the API endpoint for the public bulk create user stat items operation typically these are written to a http.Request

func NewPublicBulkCreateUserStatItemsParams

func NewPublicBulkCreateUserStatItemsParams() *PublicBulkCreateUserStatItemsParams

NewPublicBulkCreateUserStatItemsParams creates a new PublicBulkCreateUserStatItemsParams object with the default values initialized.

func NewPublicBulkCreateUserStatItemsParamsWithContext

func NewPublicBulkCreateUserStatItemsParamsWithContext(ctx context.Context) *PublicBulkCreateUserStatItemsParams

NewPublicBulkCreateUserStatItemsParamsWithContext creates a new PublicBulkCreateUserStatItemsParams object with the default values initialized, and the ability to set a context for a request

func NewPublicBulkCreateUserStatItemsParamsWithHTTPClient

func NewPublicBulkCreateUserStatItemsParamsWithHTTPClient(client *http.Client) *PublicBulkCreateUserStatItemsParams

NewPublicBulkCreateUserStatItemsParamsWithHTTPClient creates a new PublicBulkCreateUserStatItemsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPublicBulkCreateUserStatItemsParamsWithTimeout

func NewPublicBulkCreateUserStatItemsParamsWithTimeout(timeout time.Duration) *PublicBulkCreateUserStatItemsParams

NewPublicBulkCreateUserStatItemsParamsWithTimeout creates a new PublicBulkCreateUserStatItemsParams object with the default values initialized, and the ability to set a timeout on a request

func (*PublicBulkCreateUserStatItemsParams) SetBody

SetBody adds the body to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) SetContext

SetContext adds the context to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) SetHTTPClient

func (o *PublicBulkCreateUserStatItemsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) SetNamespace

func (o *PublicBulkCreateUserStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) SetTimeout

func (o *PublicBulkCreateUserStatItemsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) SetUserID

func (o *PublicBulkCreateUserStatItemsParams) SetUserID(userID string)

SetUserID adds the userId to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WithBody

WithBody adds the body to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WithContext

WithContext adds the context to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WithNamespace

WithNamespace adds the namespace to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WithTimeout

WithTimeout adds the timeout to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WithUserID

WithUserID adds the userID to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicBulkCreateUserStatItemsReader

type PublicBulkCreateUserStatItemsReader struct {
	// contains filtered or unexported fields
}

PublicBulkCreateUserStatItemsReader is a Reader for the PublicBulkCreateUserStatItems structure.

func (*PublicBulkCreateUserStatItemsReader) ReadResponse

func (o *PublicBulkCreateUserStatItemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicBulkCreateUserStatItemsUnprocessableEntity

type PublicBulkCreateUserStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicBulkCreateUserStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicBulkCreateUserStatItemsUnprocessableEntity

func NewPublicBulkCreateUserStatItemsUnprocessableEntity() *PublicBulkCreateUserStatItemsUnprocessableEntity

NewPublicBulkCreateUserStatItemsUnprocessableEntity creates a PublicBulkCreateUserStatItemsUnprocessableEntity with default headers values

func (*PublicBulkCreateUserStatItemsUnprocessableEntity) Error

func (*PublicBulkCreateUserStatItemsUnprocessableEntity) GetPayload

type PublicBulkIncUserStatItem1OK

type PublicBulkIncUserStatItem1OK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

PublicBulkIncUserStatItem1OK handles this case with default header values.

successful operation

func NewPublicBulkIncUserStatItem1OK

func NewPublicBulkIncUserStatItem1OK() *PublicBulkIncUserStatItem1OK

NewPublicBulkIncUserStatItem1OK creates a PublicBulkIncUserStatItem1OK with default headers values

func (*PublicBulkIncUserStatItem1OK) Error

func (*PublicBulkIncUserStatItem1OK) GetPayload

type PublicBulkIncUserStatItem1Params

type PublicBulkIncUserStatItem1Params struct {

	/*Body*/
	Body []*socialclientmodels.BulkStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PublicBulkIncUserStatItem1Params contains all the parameters to send to the API endpoint for the public bulk inc user stat item 1 operation typically these are written to a http.Request

func NewPublicBulkIncUserStatItem1Params

func NewPublicBulkIncUserStatItem1Params() *PublicBulkIncUserStatItem1Params

NewPublicBulkIncUserStatItem1Params creates a new PublicBulkIncUserStatItem1Params object with the default values initialized.

func NewPublicBulkIncUserStatItem1ParamsWithContext

func NewPublicBulkIncUserStatItem1ParamsWithContext(ctx context.Context) *PublicBulkIncUserStatItem1Params

NewPublicBulkIncUserStatItem1ParamsWithContext creates a new PublicBulkIncUserStatItem1Params object with the default values initialized, and the ability to set a context for a request

func NewPublicBulkIncUserStatItem1ParamsWithHTTPClient

func NewPublicBulkIncUserStatItem1ParamsWithHTTPClient(client *http.Client) *PublicBulkIncUserStatItem1Params

NewPublicBulkIncUserStatItem1ParamsWithHTTPClient creates a new PublicBulkIncUserStatItem1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPublicBulkIncUserStatItem1ParamsWithTimeout

func NewPublicBulkIncUserStatItem1ParamsWithTimeout(timeout time.Duration) *PublicBulkIncUserStatItem1Params

NewPublicBulkIncUserStatItem1ParamsWithTimeout creates a new PublicBulkIncUserStatItem1Params object with the default values initialized, and the ability to set a timeout on a request

func (*PublicBulkIncUserStatItem1Params) SetBody

SetBody adds the body to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) SetContext

SetContext adds the context to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) SetHTTPClient

func (o *PublicBulkIncUserStatItem1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) SetNamespace

func (o *PublicBulkIncUserStatItem1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) SetTimeout

func (o *PublicBulkIncUserStatItem1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) SetUserID

func (o *PublicBulkIncUserStatItem1Params) SetUserID(userID string)

SetUserID adds the userId to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WithBody

WithBody adds the body to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WithContext

WithContext adds the context to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WithNamespace

WithNamespace adds the namespace to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WithTimeout

WithTimeout adds the timeout to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WithUserID

WithUserID adds the userID to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicBulkIncUserStatItem1Reader

type PublicBulkIncUserStatItem1Reader struct {
	// contains filtered or unexported fields
}

PublicBulkIncUserStatItem1Reader is a Reader for the PublicBulkIncUserStatItem1 structure.

func (*PublicBulkIncUserStatItem1Reader) ReadResponse

func (o *PublicBulkIncUserStatItem1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicBulkIncUserStatItem1UnprocessableEntity

type PublicBulkIncUserStatItem1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicBulkIncUserStatItem1UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicBulkIncUserStatItem1UnprocessableEntity

func NewPublicBulkIncUserStatItem1UnprocessableEntity() *PublicBulkIncUserStatItem1UnprocessableEntity

NewPublicBulkIncUserStatItem1UnprocessableEntity creates a PublicBulkIncUserStatItem1UnprocessableEntity with default headers values

func (*PublicBulkIncUserStatItem1UnprocessableEntity) Error

func (*PublicBulkIncUserStatItem1UnprocessableEntity) GetPayload

type PublicBulkIncUserStatItemOK

type PublicBulkIncUserStatItemOK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

PublicBulkIncUserStatItemOK handles this case with default header values.

successful operation

func NewPublicBulkIncUserStatItemOK

func NewPublicBulkIncUserStatItemOK() *PublicBulkIncUserStatItemOK

NewPublicBulkIncUserStatItemOK creates a PublicBulkIncUserStatItemOK with default headers values

func (*PublicBulkIncUserStatItemOK) Error

func (*PublicBulkIncUserStatItemOK) GetPayload

type PublicBulkIncUserStatItemParams

type PublicBulkIncUserStatItemParams struct {

	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PublicBulkIncUserStatItemParams contains all the parameters to send to the API endpoint for the public bulk inc user stat item operation typically these are written to a http.Request

func NewPublicBulkIncUserStatItemParams

func NewPublicBulkIncUserStatItemParams() *PublicBulkIncUserStatItemParams

NewPublicBulkIncUserStatItemParams creates a new PublicBulkIncUserStatItemParams object with the default values initialized.

func NewPublicBulkIncUserStatItemParamsWithContext

func NewPublicBulkIncUserStatItemParamsWithContext(ctx context.Context) *PublicBulkIncUserStatItemParams

NewPublicBulkIncUserStatItemParamsWithContext creates a new PublicBulkIncUserStatItemParams object with the default values initialized, and the ability to set a context for a request

func NewPublicBulkIncUserStatItemParamsWithHTTPClient

func NewPublicBulkIncUserStatItemParamsWithHTTPClient(client *http.Client) *PublicBulkIncUserStatItemParams

NewPublicBulkIncUserStatItemParamsWithHTTPClient creates a new PublicBulkIncUserStatItemParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPublicBulkIncUserStatItemParamsWithTimeout

func NewPublicBulkIncUserStatItemParamsWithTimeout(timeout time.Duration) *PublicBulkIncUserStatItemParams

NewPublicBulkIncUserStatItemParamsWithTimeout creates a new PublicBulkIncUserStatItemParams object with the default values initialized, and the ability to set a timeout on a request

func (*PublicBulkIncUserStatItemParams) SetBody

SetBody adds the body to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) SetContext

func (o *PublicBulkIncUserStatItemParams) SetContext(ctx context.Context)

SetContext adds the context to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) SetHTTPClient

func (o *PublicBulkIncUserStatItemParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) SetNamespace

func (o *PublicBulkIncUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) SetTimeout

func (o *PublicBulkIncUserStatItemParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) WithBody

WithBody adds the body to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) WithContext

WithContext adds the context to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) WithNamespace

WithNamespace adds the namespace to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicBulkIncUserStatItemReader

type PublicBulkIncUserStatItemReader struct {
	// contains filtered or unexported fields
}

PublicBulkIncUserStatItemReader is a Reader for the PublicBulkIncUserStatItem structure.

func (*PublicBulkIncUserStatItemReader) ReadResponse

func (o *PublicBulkIncUserStatItemReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicBulkIncUserStatItemUnprocessableEntity

type PublicBulkIncUserStatItemUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicBulkIncUserStatItemUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicBulkIncUserStatItemUnprocessableEntity

func NewPublicBulkIncUserStatItemUnprocessableEntity() *PublicBulkIncUserStatItemUnprocessableEntity

NewPublicBulkIncUserStatItemUnprocessableEntity creates a PublicBulkIncUserStatItemUnprocessableEntity with default headers values

func (*PublicBulkIncUserStatItemUnprocessableEntity) Error

func (*PublicBulkIncUserStatItemUnprocessableEntity) GetPayload

type PublicBulkIncUserStatItemValueOK

type PublicBulkIncUserStatItemValueOK struct {
	Payload []*socialclientmodels.BulkStatItemOperationResult
}

PublicBulkIncUserStatItemValueOK handles this case with default header values.

successful operation

func NewPublicBulkIncUserStatItemValueOK

func NewPublicBulkIncUserStatItemValueOK() *PublicBulkIncUserStatItemValueOK

NewPublicBulkIncUserStatItemValueOK creates a PublicBulkIncUserStatItemValueOK with default headers values

func (*PublicBulkIncUserStatItemValueOK) Error

func (*PublicBulkIncUserStatItemValueOK) GetPayload

type PublicBulkIncUserStatItemValueParams

type PublicBulkIncUserStatItemValueParams struct {

	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PublicBulkIncUserStatItemValueParams contains all the parameters to send to the API endpoint for the public bulk inc user stat item value operation typically these are written to a http.Request

func NewPublicBulkIncUserStatItemValueParams

func NewPublicBulkIncUserStatItemValueParams() *PublicBulkIncUserStatItemValueParams

NewPublicBulkIncUserStatItemValueParams creates a new PublicBulkIncUserStatItemValueParams object with the default values initialized.

func NewPublicBulkIncUserStatItemValueParamsWithContext

func NewPublicBulkIncUserStatItemValueParamsWithContext(ctx context.Context) *PublicBulkIncUserStatItemValueParams

NewPublicBulkIncUserStatItemValueParamsWithContext creates a new PublicBulkIncUserStatItemValueParams object with the default values initialized, and the ability to set a context for a request

func NewPublicBulkIncUserStatItemValueParamsWithHTTPClient

func NewPublicBulkIncUserStatItemValueParamsWithHTTPClient(client *http.Client) *PublicBulkIncUserStatItemValueParams

NewPublicBulkIncUserStatItemValueParamsWithHTTPClient creates a new PublicBulkIncUserStatItemValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPublicBulkIncUserStatItemValueParamsWithTimeout

func NewPublicBulkIncUserStatItemValueParamsWithTimeout(timeout time.Duration) *PublicBulkIncUserStatItemValueParams

NewPublicBulkIncUserStatItemValueParamsWithTimeout creates a new PublicBulkIncUserStatItemValueParams object with the default values initialized, and the ability to set a timeout on a request

func (*PublicBulkIncUserStatItemValueParams) SetBody

SetBody adds the body to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) SetContext

SetContext adds the context to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) SetHTTPClient

func (o *PublicBulkIncUserStatItemValueParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) SetNamespace

func (o *PublicBulkIncUserStatItemValueParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) SetTimeout

func (o *PublicBulkIncUserStatItemValueParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) WithBody

WithBody adds the body to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) WithContext

WithContext adds the context to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) WithNamespace

WithNamespace adds the namespace to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) WithTimeout

WithTimeout adds the timeout to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicBulkIncUserStatItemValueReader

type PublicBulkIncUserStatItemValueReader struct {
	// contains filtered or unexported fields
}

PublicBulkIncUserStatItemValueReader is a Reader for the PublicBulkIncUserStatItemValue structure.

func (*PublicBulkIncUserStatItemValueReader) ReadResponse

func (o *PublicBulkIncUserStatItemValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicBulkIncUserStatItemValueUnprocessableEntity

type PublicBulkIncUserStatItemValueUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicBulkIncUserStatItemValueUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicBulkIncUserStatItemValueUnprocessableEntity

func NewPublicBulkIncUserStatItemValueUnprocessableEntity() *PublicBulkIncUserStatItemValueUnprocessableEntity

NewPublicBulkIncUserStatItemValueUnprocessableEntity creates a PublicBulkIncUserStatItemValueUnprocessableEntity with default headers values

func (*PublicBulkIncUserStatItemValueUnprocessableEntity) Error

func (*PublicBulkIncUserStatItemValueUnprocessableEntity) GetPayload

type PublicCreateUserStatItemConflict

type PublicCreateUserStatItemConflict struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicCreateUserStatItemConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12274</td><td>Stat item with code [{statCode}] of user [{profileId}] already exists in namespace [{namespace}]</td></tr></table>

func NewPublicCreateUserStatItemConflict

func NewPublicCreateUserStatItemConflict() *PublicCreateUserStatItemConflict

NewPublicCreateUserStatItemConflict creates a PublicCreateUserStatItemConflict with default headers values

func (*PublicCreateUserStatItemConflict) Error

func (*PublicCreateUserStatItemConflict) GetPayload

type PublicCreateUserStatItemCreated

type PublicCreateUserStatItemCreated struct {
}

PublicCreateUserStatItemCreated handles this case with default header values.

Create user statItem successfully

func NewPublicCreateUserStatItemCreated

func NewPublicCreateUserStatItemCreated() *PublicCreateUserStatItemCreated

NewPublicCreateUserStatItemCreated creates a PublicCreateUserStatItemCreated with default headers values

func (*PublicCreateUserStatItemCreated) Error

type PublicCreateUserStatItemNotFound

type PublicCreateUserStatItemNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicCreateUserStatItemNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewPublicCreateUserStatItemNotFound

func NewPublicCreateUserStatItemNotFound() *PublicCreateUserStatItemNotFound

NewPublicCreateUserStatItemNotFound creates a PublicCreateUserStatItemNotFound with default headers values

func (*PublicCreateUserStatItemNotFound) Error

func (*PublicCreateUserStatItemNotFound) GetPayload

type PublicCreateUserStatItemParams

type PublicCreateUserStatItemParams struct {

	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PublicCreateUserStatItemParams contains all the parameters to send to the API endpoint for the public create user stat item operation typically these are written to a http.Request

func NewPublicCreateUserStatItemParams

func NewPublicCreateUserStatItemParams() *PublicCreateUserStatItemParams

NewPublicCreateUserStatItemParams creates a new PublicCreateUserStatItemParams object with the default values initialized.

func NewPublicCreateUserStatItemParamsWithContext

func NewPublicCreateUserStatItemParamsWithContext(ctx context.Context) *PublicCreateUserStatItemParams

NewPublicCreateUserStatItemParamsWithContext creates a new PublicCreateUserStatItemParams object with the default values initialized, and the ability to set a context for a request

func NewPublicCreateUserStatItemParamsWithHTTPClient

func NewPublicCreateUserStatItemParamsWithHTTPClient(client *http.Client) *PublicCreateUserStatItemParams

NewPublicCreateUserStatItemParamsWithHTTPClient creates a new PublicCreateUserStatItemParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPublicCreateUserStatItemParamsWithTimeout

func NewPublicCreateUserStatItemParamsWithTimeout(timeout time.Duration) *PublicCreateUserStatItemParams

NewPublicCreateUserStatItemParamsWithTimeout creates a new PublicCreateUserStatItemParams object with the default values initialized, and the ability to set a timeout on a request

func (*PublicCreateUserStatItemParams) SetContext

func (o *PublicCreateUserStatItemParams) SetContext(ctx context.Context)

SetContext adds the context to the public create user stat item params

func (*PublicCreateUserStatItemParams) SetHTTPClient

func (o *PublicCreateUserStatItemParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public create user stat item params

func (*PublicCreateUserStatItemParams) SetNamespace

func (o *PublicCreateUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public create user stat item params

func (*PublicCreateUserStatItemParams) SetStatCode

func (o *PublicCreateUserStatItemParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the public create user stat item params

func (*PublicCreateUserStatItemParams) SetTimeout

func (o *PublicCreateUserStatItemParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public create user stat item params

func (*PublicCreateUserStatItemParams) SetUserID

func (o *PublicCreateUserStatItemParams) SetUserID(userID string)

SetUserID adds the userId to the public create user stat item params

func (*PublicCreateUserStatItemParams) WithContext

WithContext adds the context to the public create user stat item params

func (*PublicCreateUserStatItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public create user stat item params

func (*PublicCreateUserStatItemParams) WithNamespace

WithNamespace adds the namespace to the public create user stat item params

func (*PublicCreateUserStatItemParams) WithStatCode

WithStatCode adds the statCode to the public create user stat item params

func (*PublicCreateUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the public create user stat item params

func (*PublicCreateUserStatItemParams) WithUserID

WithUserID adds the userID to the public create user stat item params

func (*PublicCreateUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCreateUserStatItemReader

type PublicCreateUserStatItemReader struct {
	// contains filtered or unexported fields
}

PublicCreateUserStatItemReader is a Reader for the PublicCreateUserStatItem structure.

func (*PublicCreateUserStatItemReader) ReadResponse

func (o *PublicCreateUserStatItemReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicIncUserStatItemBadRequest

type PublicIncUserStatItemBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemBadRequest handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewPublicIncUserStatItemBadRequest

func NewPublicIncUserStatItemBadRequest() *PublicIncUserStatItemBadRequest

NewPublicIncUserStatItemBadRequest creates a PublicIncUserStatItemBadRequest with default headers values

func (*PublicIncUserStatItemBadRequest) Error

func (*PublicIncUserStatItemBadRequest) GetPayload

type PublicIncUserStatItemConflict

type PublicIncUserStatItemConflict struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12273</td><td>Stat [{statCode}] is not decreasable</td></tr><tr><td>12275</td><td>[{action}] value: [{value}] of stat [{statCode}]  is out of range while minimum [{minimum}] and maximum [{maximum}] in namespace [{namespace}]</td></tr></table>

func NewPublicIncUserStatItemConflict

func NewPublicIncUserStatItemConflict() *PublicIncUserStatItemConflict

NewPublicIncUserStatItemConflict creates a PublicIncUserStatItemConflict with default headers values

func (*PublicIncUserStatItemConflict) Error

func (*PublicIncUserStatItemConflict) GetPayload

type PublicIncUserStatItemNotFound

type PublicIncUserStatItemNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr><tr><td>12242</td><td>Stat item of [{statCode}] of user [{profileId}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewPublicIncUserStatItemNotFound

func NewPublicIncUserStatItemNotFound() *PublicIncUserStatItemNotFound

NewPublicIncUserStatItemNotFound creates a PublicIncUserStatItemNotFound with default headers values

func (*PublicIncUserStatItemNotFound) Error

func (*PublicIncUserStatItemNotFound) GetPayload

type PublicIncUserStatItemOK

type PublicIncUserStatItemOK struct {
	Payload *socialclientmodels.StatItemIncResult
}

PublicIncUserStatItemOK handles this case with default header values.

successful operation

func NewPublicIncUserStatItemOK

func NewPublicIncUserStatItemOK() *PublicIncUserStatItemOK

NewPublicIncUserStatItemOK creates a PublicIncUserStatItemOK with default headers values

func (*PublicIncUserStatItemOK) Error

func (o *PublicIncUserStatItemOK) Error() string

func (*PublicIncUserStatItemOK) GetPayload

type PublicIncUserStatItemParams

type PublicIncUserStatItemParams struct {

	/*Body*/
	Body *socialclientmodels.StatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PublicIncUserStatItemParams contains all the parameters to send to the API endpoint for the public inc user stat item operation typically these are written to a http.Request

func NewPublicIncUserStatItemParams

func NewPublicIncUserStatItemParams() *PublicIncUserStatItemParams

NewPublicIncUserStatItemParams creates a new PublicIncUserStatItemParams object with the default values initialized.

func NewPublicIncUserStatItemParamsWithContext

func NewPublicIncUserStatItemParamsWithContext(ctx context.Context) *PublicIncUserStatItemParams

NewPublicIncUserStatItemParamsWithContext creates a new PublicIncUserStatItemParams object with the default values initialized, and the ability to set a context for a request

func NewPublicIncUserStatItemParamsWithHTTPClient

func NewPublicIncUserStatItemParamsWithHTTPClient(client *http.Client) *PublicIncUserStatItemParams

NewPublicIncUserStatItemParamsWithHTTPClient creates a new PublicIncUserStatItemParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPublicIncUserStatItemParamsWithTimeout

func NewPublicIncUserStatItemParamsWithTimeout(timeout time.Duration) *PublicIncUserStatItemParams

NewPublicIncUserStatItemParamsWithTimeout creates a new PublicIncUserStatItemParams object with the default values initialized, and the ability to set a timeout on a request

func (*PublicIncUserStatItemParams) SetBody

SetBody adds the body to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetContext

func (o *PublicIncUserStatItemParams) SetContext(ctx context.Context)

SetContext adds the context to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetHTTPClient

func (o *PublicIncUserStatItemParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetNamespace

func (o *PublicIncUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetStatCode

func (o *PublicIncUserStatItemParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetTimeout

func (o *PublicIncUserStatItemParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetUserID

func (o *PublicIncUserStatItemParams) SetUserID(userID string)

SetUserID adds the userId to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithBody

WithBody adds the body to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithContext

WithContext adds the context to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithNamespace

func (o *PublicIncUserStatItemParams) WithNamespace(namespace string) *PublicIncUserStatItemParams

WithNamespace adds the namespace to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithStatCode

WithStatCode adds the statCode to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithUserID

WithUserID adds the userID to the public inc user stat item params

func (*PublicIncUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicIncUserStatItemReader

type PublicIncUserStatItemReader struct {
	// contains filtered or unexported fields
}

PublicIncUserStatItemReader is a Reader for the PublicIncUserStatItem structure.

func (*PublicIncUserStatItemReader) ReadResponse

func (o *PublicIncUserStatItemReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicIncUserStatItemValueBadRequest

type PublicIncUserStatItemValueBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemValueBadRequest handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewPublicIncUserStatItemValueBadRequest

func NewPublicIncUserStatItemValueBadRequest() *PublicIncUserStatItemValueBadRequest

NewPublicIncUserStatItemValueBadRequest creates a PublicIncUserStatItemValueBadRequest with default headers values

func (*PublicIncUserStatItemValueBadRequest) Error

func (*PublicIncUserStatItemValueBadRequest) GetPayload

type PublicIncUserStatItemValueConflict

type PublicIncUserStatItemValueConflict struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemValueConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12273</td><td>Stat [{statCode}] is not decreasable</td></tr><tr><td>12275</td><td>[{action}] value: [{value}] of stat [{statCode}]  is out of range while minimum [{minimum}] and maximum [{maximum}] in namespace [{namespace}]</td></tr></table>

func NewPublicIncUserStatItemValueConflict

func NewPublicIncUserStatItemValueConflict() *PublicIncUserStatItemValueConflict

NewPublicIncUserStatItemValueConflict creates a PublicIncUserStatItemValueConflict with default headers values

func (*PublicIncUserStatItemValueConflict) Error

func (*PublicIncUserStatItemValueConflict) GetPayload

type PublicIncUserStatItemValueNotFound

type PublicIncUserStatItemValueNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemValueNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr><tr><td>12242</td><td>Stat item of [{statCode}] of user [{profileId}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewPublicIncUserStatItemValueNotFound

func NewPublicIncUserStatItemValueNotFound() *PublicIncUserStatItemValueNotFound

NewPublicIncUserStatItemValueNotFound creates a PublicIncUserStatItemValueNotFound with default headers values

func (*PublicIncUserStatItemValueNotFound) Error

func (*PublicIncUserStatItemValueNotFound) GetPayload

type PublicIncUserStatItemValueOK

type PublicIncUserStatItemValueOK struct {
	Payload *socialclientmodels.StatItemIncResult
}

PublicIncUserStatItemValueOK handles this case with default header values.

successful operation

func NewPublicIncUserStatItemValueOK

func NewPublicIncUserStatItemValueOK() *PublicIncUserStatItemValueOK

NewPublicIncUserStatItemValueOK creates a PublicIncUserStatItemValueOK with default headers values

func (*PublicIncUserStatItemValueOK) Error

func (*PublicIncUserStatItemValueOK) GetPayload

type PublicIncUserStatItemValueParams

type PublicIncUserStatItemValueParams struct {

	/*Body*/
	Body *socialclientmodels.StatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PublicIncUserStatItemValueParams contains all the parameters to send to the API endpoint for the public inc user stat item value operation typically these are written to a http.Request

func NewPublicIncUserStatItemValueParams

func NewPublicIncUserStatItemValueParams() *PublicIncUserStatItemValueParams

NewPublicIncUserStatItemValueParams creates a new PublicIncUserStatItemValueParams object with the default values initialized.

func NewPublicIncUserStatItemValueParamsWithContext

func NewPublicIncUserStatItemValueParamsWithContext(ctx context.Context) *PublicIncUserStatItemValueParams

NewPublicIncUserStatItemValueParamsWithContext creates a new PublicIncUserStatItemValueParams object with the default values initialized, and the ability to set a context for a request

func NewPublicIncUserStatItemValueParamsWithHTTPClient

func NewPublicIncUserStatItemValueParamsWithHTTPClient(client *http.Client) *PublicIncUserStatItemValueParams

NewPublicIncUserStatItemValueParamsWithHTTPClient creates a new PublicIncUserStatItemValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPublicIncUserStatItemValueParamsWithTimeout

func NewPublicIncUserStatItemValueParamsWithTimeout(timeout time.Duration) *PublicIncUserStatItemValueParams

NewPublicIncUserStatItemValueParamsWithTimeout creates a new PublicIncUserStatItemValueParams object with the default values initialized, and the ability to set a timeout on a request

func (*PublicIncUserStatItemValueParams) SetBody

SetBody adds the body to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetContext

SetContext adds the context to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetHTTPClient

func (o *PublicIncUserStatItemValueParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetNamespace

func (o *PublicIncUserStatItemValueParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetStatCode

func (o *PublicIncUserStatItemValueParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetTimeout

func (o *PublicIncUserStatItemValueParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetUserID

func (o *PublicIncUserStatItemValueParams) SetUserID(userID string)

SetUserID adds the userId to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithBody

WithBody adds the body to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithContext

WithContext adds the context to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithNamespace

WithNamespace adds the namespace to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithStatCode

WithStatCode adds the statCode to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithTimeout

WithTimeout adds the timeout to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithUserID

WithUserID adds the userID to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicIncUserStatItemValueReader

type PublicIncUserStatItemValueReader struct {
	// contains filtered or unexported fields
}

PublicIncUserStatItemValueReader is a Reader for the PublicIncUserStatItemValue structure.

func (*PublicIncUserStatItemValueReader) ReadResponse

func (o *PublicIncUserStatItemValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicQueryUserStatItemsOK

type PublicQueryUserStatItemsOK struct {
	Payload *socialclientmodels.UserStatItemPagingSlicedResult
}

PublicQueryUserStatItemsOK handles this case with default header values.

successful operation

func NewPublicQueryUserStatItemsOK

func NewPublicQueryUserStatItemsOK() *PublicQueryUserStatItemsOK

NewPublicQueryUserStatItemsOK creates a PublicQueryUserStatItemsOK with default headers values

func (*PublicQueryUserStatItemsOK) Error

func (*PublicQueryUserStatItemsOK) GetPayload

type PublicQueryUserStatItemsParams

type PublicQueryUserStatItemsParams struct {

	/*Limit*/
	Limit *int32
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Offset*/
	Offset *int32
	/*StatCodes
	  stat codes

	*/
	StatCodes *string
	/*Tags
	  tags

	*/
	Tags *string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PublicQueryUserStatItemsParams contains all the parameters to send to the API endpoint for the public query user stat items operation typically these are written to a http.Request

func NewPublicQueryUserStatItemsParams

func NewPublicQueryUserStatItemsParams() *PublicQueryUserStatItemsParams

NewPublicQueryUserStatItemsParams creates a new PublicQueryUserStatItemsParams object with the default values initialized.

func NewPublicQueryUserStatItemsParamsWithContext

func NewPublicQueryUserStatItemsParamsWithContext(ctx context.Context) *PublicQueryUserStatItemsParams

NewPublicQueryUserStatItemsParamsWithContext creates a new PublicQueryUserStatItemsParams object with the default values initialized, and the ability to set a context for a request

func NewPublicQueryUserStatItemsParamsWithHTTPClient

func NewPublicQueryUserStatItemsParamsWithHTTPClient(client *http.Client) *PublicQueryUserStatItemsParams

NewPublicQueryUserStatItemsParamsWithHTTPClient creates a new PublicQueryUserStatItemsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPublicQueryUserStatItemsParamsWithTimeout

func NewPublicQueryUserStatItemsParamsWithTimeout(timeout time.Duration) *PublicQueryUserStatItemsParams

NewPublicQueryUserStatItemsParamsWithTimeout creates a new PublicQueryUserStatItemsParams object with the default values initialized, and the ability to set a timeout on a request

func (*PublicQueryUserStatItemsParams) SetContext

func (o *PublicQueryUserStatItemsParams) SetContext(ctx context.Context)

SetContext adds the context to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetHTTPClient

func (o *PublicQueryUserStatItemsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetLimit

func (o *PublicQueryUserStatItemsParams) SetLimit(limit *int32)

SetLimit adds the limit to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetNamespace

func (o *PublicQueryUserStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetOffset

func (o *PublicQueryUserStatItemsParams) SetOffset(offset *int32)

SetOffset adds the offset to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetStatCodes

func (o *PublicQueryUserStatItemsParams) SetStatCodes(statCodes *string)

SetStatCodes adds the statCodes to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetTags

func (o *PublicQueryUserStatItemsParams) SetTags(tags *string)

SetTags adds the tags to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetTimeout

func (o *PublicQueryUserStatItemsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetUserID

func (o *PublicQueryUserStatItemsParams) SetUserID(userID string)

SetUserID adds the userId to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithContext

WithContext adds the context to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithLimit

WithLimit adds the limit to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithNamespace

WithNamespace adds the namespace to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithOffset

WithOffset adds the offset to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithStatCodes

WithStatCodes adds the statCodes to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithTags

WithTags adds the tags to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithTimeout

WithTimeout adds the timeout to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithUserID

WithUserID adds the userID to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicQueryUserStatItemsReader

type PublicQueryUserStatItemsReader struct {
	// contains filtered or unexported fields
}

PublicQueryUserStatItemsReader is a Reader for the PublicQueryUserStatItems structure.

func (*PublicQueryUserStatItemsReader) ReadResponse

func (o *PublicQueryUserStatItemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ResetUserStatItemValue1BadRequest

type ResetUserStatItemValue1BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValue1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewResetUserStatItemValue1BadRequest

func NewResetUserStatItemValue1BadRequest() *ResetUserStatItemValue1BadRequest

NewResetUserStatItemValue1BadRequest creates a ResetUserStatItemValue1BadRequest with default headers values

func (*ResetUserStatItemValue1BadRequest) Error

func (*ResetUserStatItemValue1BadRequest) GetPayload

type ResetUserStatItemValue1NotFound

type ResetUserStatItemValue1NotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValue1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewResetUserStatItemValue1NotFound

func NewResetUserStatItemValue1NotFound() *ResetUserStatItemValue1NotFound

NewResetUserStatItemValue1NotFound creates a ResetUserStatItemValue1NotFound with default headers values

func (*ResetUserStatItemValue1NotFound) Error

func (*ResetUserStatItemValue1NotFound) GetPayload

type ResetUserStatItemValue1OK

type ResetUserStatItemValue1OK struct {
	Payload *socialclientmodels.StatItemIncResult
}

ResetUserStatItemValue1OK handles this case with default header values.

successful operation

func NewResetUserStatItemValue1OK

func NewResetUserStatItemValue1OK() *ResetUserStatItemValue1OK

NewResetUserStatItemValue1OK creates a ResetUserStatItemValue1OK with default headers values

func (*ResetUserStatItemValue1OK) Error

func (o *ResetUserStatItemValue1OK) Error() string

func (*ResetUserStatItemValue1OK) GetPayload

type ResetUserStatItemValue1Params

type ResetUserStatItemValue1Params struct {

	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ResetUserStatItemValue1Params contains all the parameters to send to the API endpoint for the reset user stat item value 1 operation typically these are written to a http.Request

func NewResetUserStatItemValue1Params

func NewResetUserStatItemValue1Params() *ResetUserStatItemValue1Params

NewResetUserStatItemValue1Params creates a new ResetUserStatItemValue1Params object with the default values initialized.

func NewResetUserStatItemValue1ParamsWithContext

func NewResetUserStatItemValue1ParamsWithContext(ctx context.Context) *ResetUserStatItemValue1Params

NewResetUserStatItemValue1ParamsWithContext creates a new ResetUserStatItemValue1Params object with the default values initialized, and the ability to set a context for a request

func NewResetUserStatItemValue1ParamsWithHTTPClient

func NewResetUserStatItemValue1ParamsWithHTTPClient(client *http.Client) *ResetUserStatItemValue1Params

NewResetUserStatItemValue1ParamsWithHTTPClient creates a new ResetUserStatItemValue1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewResetUserStatItemValue1ParamsWithTimeout

func NewResetUserStatItemValue1ParamsWithTimeout(timeout time.Duration) *ResetUserStatItemValue1Params

NewResetUserStatItemValue1ParamsWithTimeout creates a new ResetUserStatItemValue1Params object with the default values initialized, and the ability to set a timeout on a request

func (*ResetUserStatItemValue1Params) SetContext

func (o *ResetUserStatItemValue1Params) SetContext(ctx context.Context)

SetContext adds the context to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) SetHTTPClient

func (o *ResetUserStatItemValue1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) SetNamespace

func (o *ResetUserStatItemValue1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) SetStatCode

func (o *ResetUserStatItemValue1Params) SetStatCode(statCode string)

SetStatCode adds the statCode to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) SetTimeout

func (o *ResetUserStatItemValue1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) SetUserID

func (o *ResetUserStatItemValue1Params) SetUserID(userID string)

SetUserID adds the userId to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WithContext

WithContext adds the context to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WithNamespace

WithNamespace adds the namespace to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WithStatCode

WithStatCode adds the statCode to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WithTimeout

WithTimeout adds the timeout to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WithUserID

WithUserID adds the userID to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResetUserStatItemValue1Reader

type ResetUserStatItemValue1Reader struct {
	// contains filtered or unexported fields
}

ResetUserStatItemValue1Reader is a Reader for the ResetUserStatItemValue1 structure.

func (*ResetUserStatItemValue1Reader) ReadResponse

func (o *ResetUserStatItemValue1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ResetUserStatItemValueBadRequest

type ResetUserStatItemValueBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValueBadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewResetUserStatItemValueBadRequest

func NewResetUserStatItemValueBadRequest() *ResetUserStatItemValueBadRequest

NewResetUserStatItemValueBadRequest creates a ResetUserStatItemValueBadRequest with default headers values

func (*ResetUserStatItemValueBadRequest) Error

func (*ResetUserStatItemValueBadRequest) GetPayload

type ResetUserStatItemValueNotFound

type ResetUserStatItemValueNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValueNotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewResetUserStatItemValueNotFound

func NewResetUserStatItemValueNotFound() *ResetUserStatItemValueNotFound

NewResetUserStatItemValueNotFound creates a ResetUserStatItemValueNotFound with default headers values

func (*ResetUserStatItemValueNotFound) Error

func (*ResetUserStatItemValueNotFound) GetPayload

type ResetUserStatItemValueOK

type ResetUserStatItemValueOK struct {
	Payload *socialclientmodels.StatItemIncResult
}

ResetUserStatItemValueOK handles this case with default header values.

successful operation

func NewResetUserStatItemValueOK

func NewResetUserStatItemValueOK() *ResetUserStatItemValueOK

NewResetUserStatItemValueOK creates a ResetUserStatItemValueOK with default headers values

func (*ResetUserStatItemValueOK) Error

func (o *ResetUserStatItemValueOK) Error() string

func (*ResetUserStatItemValueOK) GetPayload

type ResetUserStatItemValueParams

type ResetUserStatItemValueParams struct {

	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ResetUserStatItemValueParams contains all the parameters to send to the API endpoint for the reset user stat item value operation typically these are written to a http.Request

func NewResetUserStatItemValueParams

func NewResetUserStatItemValueParams() *ResetUserStatItemValueParams

NewResetUserStatItemValueParams creates a new ResetUserStatItemValueParams object with the default values initialized.

func NewResetUserStatItemValueParamsWithContext

func NewResetUserStatItemValueParamsWithContext(ctx context.Context) *ResetUserStatItemValueParams

NewResetUserStatItemValueParamsWithContext creates a new ResetUserStatItemValueParams object with the default values initialized, and the ability to set a context for a request

func NewResetUserStatItemValueParamsWithHTTPClient

func NewResetUserStatItemValueParamsWithHTTPClient(client *http.Client) *ResetUserStatItemValueParams

NewResetUserStatItemValueParamsWithHTTPClient creates a new ResetUserStatItemValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewResetUserStatItemValueParamsWithTimeout

func NewResetUserStatItemValueParamsWithTimeout(timeout time.Duration) *ResetUserStatItemValueParams

NewResetUserStatItemValueParamsWithTimeout creates a new ResetUserStatItemValueParams object with the default values initialized, and the ability to set a timeout on a request

func (*ResetUserStatItemValueParams) SetContext

func (o *ResetUserStatItemValueParams) SetContext(ctx context.Context)

SetContext adds the context to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetHTTPClient

func (o *ResetUserStatItemValueParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetNamespace

func (o *ResetUserStatItemValueParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetStatCode

func (o *ResetUserStatItemValueParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetTimeout

func (o *ResetUserStatItemValueParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetUserID

func (o *ResetUserStatItemValueParams) SetUserID(userID string)

SetUserID adds the userId to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithContext

WithContext adds the context to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithNamespace

WithNamespace adds the namespace to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithStatCode

WithStatCode adds the statCode to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithTimeout

WithTimeout adds the timeout to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithUserID

WithUserID adds the userID to the reset user stat item value params

func (*ResetUserStatItemValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResetUserStatItemValueReader

type ResetUserStatItemValueReader struct {
	// contains filtered or unexported fields
}

ResetUserStatItemValueReader is a Reader for the ResetUserStatItemValue structure.

func (*ResetUserStatItemValueReader) ReadResponse

func (o *ResetUserStatItemValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateUserStatItemValue1BadRequest

type UpdateUserStatItemValue1BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValue1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewUpdateUserStatItemValue1BadRequest

func NewUpdateUserStatItemValue1BadRequest() *UpdateUserStatItemValue1BadRequest

NewUpdateUserStatItemValue1BadRequest creates a UpdateUserStatItemValue1BadRequest with default headers values

func (*UpdateUserStatItemValue1BadRequest) Error

func (*UpdateUserStatItemValue1BadRequest) GetPayload

type UpdateUserStatItemValue1Conflict

type UpdateUserStatItemValue1Conflict struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValue1Conflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12273</td><td>Stat [{statCode}] is not decreasable</td></tr><tr><td>12275</td><td>[{action}] value: [{value}] of stat [{statCode}] is out of range while minimum [{minimum}] and maximum [{maximum}] in namespace [{namespace}]</td></tr></table>

func NewUpdateUserStatItemValue1Conflict

func NewUpdateUserStatItemValue1Conflict() *UpdateUserStatItemValue1Conflict

NewUpdateUserStatItemValue1Conflict creates a UpdateUserStatItemValue1Conflict with default headers values

func (*UpdateUserStatItemValue1Conflict) Error

func (*UpdateUserStatItemValue1Conflict) GetPayload

type UpdateUserStatItemValue1NotFound

type UpdateUserStatItemValue1NotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValue1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewUpdateUserStatItemValue1NotFound

func NewUpdateUserStatItemValue1NotFound() *UpdateUserStatItemValue1NotFound

NewUpdateUserStatItemValue1NotFound creates a UpdateUserStatItemValue1NotFound with default headers values

func (*UpdateUserStatItemValue1NotFound) Error

func (*UpdateUserStatItemValue1NotFound) GetPayload

type UpdateUserStatItemValue1OK

type UpdateUserStatItemValue1OK struct {
	Payload *socialclientmodels.StatItemIncResult
}

UpdateUserStatItemValue1OK handles this case with default header values.

successful operation

func NewUpdateUserStatItemValue1OK

func NewUpdateUserStatItemValue1OK() *UpdateUserStatItemValue1OK

NewUpdateUserStatItemValue1OK creates a UpdateUserStatItemValue1OK with default headers values

func (*UpdateUserStatItemValue1OK) Error

func (*UpdateUserStatItemValue1OK) GetPayload

type UpdateUserStatItemValue1Params

type UpdateUserStatItemValue1Params struct {

	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string
	/*Body*/
	Body *socialclientmodels.StatItemUpdate
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateUserStatItemValue1Params contains all the parameters to send to the API endpoint for the update user stat item value 1 operation typically these are written to a http.Request

func NewUpdateUserStatItemValue1Params

func NewUpdateUserStatItemValue1Params() *UpdateUserStatItemValue1Params

NewUpdateUserStatItemValue1Params creates a new UpdateUserStatItemValue1Params object with the default values initialized.

func NewUpdateUserStatItemValue1ParamsWithContext

func NewUpdateUserStatItemValue1ParamsWithContext(ctx context.Context) *UpdateUserStatItemValue1Params

NewUpdateUserStatItemValue1ParamsWithContext creates a new UpdateUserStatItemValue1Params object with the default values initialized, and the ability to set a context for a request

func NewUpdateUserStatItemValue1ParamsWithHTTPClient

func NewUpdateUserStatItemValue1ParamsWithHTTPClient(client *http.Client) *UpdateUserStatItemValue1Params

NewUpdateUserStatItemValue1ParamsWithHTTPClient creates a new UpdateUserStatItemValue1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateUserStatItemValue1ParamsWithTimeout

func NewUpdateUserStatItemValue1ParamsWithTimeout(timeout time.Duration) *UpdateUserStatItemValue1Params

NewUpdateUserStatItemValue1ParamsWithTimeout creates a new UpdateUserStatItemValue1Params object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateUserStatItemValue1Params) SetAdditionalKey

func (o *UpdateUserStatItemValue1Params) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetBody

SetBody adds the body to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetContext

func (o *UpdateUserStatItemValue1Params) SetContext(ctx context.Context)

SetContext adds the context to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetHTTPClient

func (o *UpdateUserStatItemValue1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetNamespace

func (o *UpdateUserStatItemValue1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetStatCode

func (o *UpdateUserStatItemValue1Params) SetStatCode(statCode string)

SetStatCode adds the statCode to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetTimeout

func (o *UpdateUserStatItemValue1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetUserID

func (o *UpdateUserStatItemValue1Params) SetUserID(userID string)

SetUserID adds the userId to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithAdditionalKey

func (o *UpdateUserStatItemValue1Params) WithAdditionalKey(additionalKey *string) *UpdateUserStatItemValue1Params

WithAdditionalKey adds the additionalKey to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithBody

WithBody adds the body to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithContext

WithContext adds the context to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithNamespace

WithNamespace adds the namespace to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithStatCode

WithStatCode adds the statCode to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithTimeout

WithTimeout adds the timeout to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithUserID

WithUserID adds the userID to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserStatItemValue1Reader

type UpdateUserStatItemValue1Reader struct {
	// contains filtered or unexported fields
}

UpdateUserStatItemValue1Reader is a Reader for the UpdateUserStatItemValue1 structure.

func (*UpdateUserStatItemValue1Reader) ReadResponse

func (o *UpdateUserStatItemValue1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateUserStatItemValue1UnprocessableEntity

type UpdateUserStatItemValue1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

UpdateUserStatItemValue1UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewUpdateUserStatItemValue1UnprocessableEntity

func NewUpdateUserStatItemValue1UnprocessableEntity() *UpdateUserStatItemValue1UnprocessableEntity

NewUpdateUserStatItemValue1UnprocessableEntity creates a UpdateUserStatItemValue1UnprocessableEntity with default headers values

func (*UpdateUserStatItemValue1UnprocessableEntity) Error

func (*UpdateUserStatItemValue1UnprocessableEntity) GetPayload

type UpdateUserStatItemValueBadRequest

type UpdateUserStatItemValueBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValueBadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewUpdateUserStatItemValueBadRequest

func NewUpdateUserStatItemValueBadRequest() *UpdateUserStatItemValueBadRequest

NewUpdateUserStatItemValueBadRequest creates a UpdateUserStatItemValueBadRequest with default headers values

func (*UpdateUserStatItemValueBadRequest) Error

func (*UpdateUserStatItemValueBadRequest) GetPayload

type UpdateUserStatItemValueConflict

type UpdateUserStatItemValueConflict struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValueConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12273</td><td>Stat [{statCode}] is not decreasable</td></tr><tr><td>12275</td><td>[{action}] value: [{value}] of stat [{statCode}] is out of range while minimum [{minimum}] and maximum [{maximum}] in namespace [{namespace}]</td></tr></table>

func NewUpdateUserStatItemValueConflict

func NewUpdateUserStatItemValueConflict() *UpdateUserStatItemValueConflict

NewUpdateUserStatItemValueConflict creates a UpdateUserStatItemValueConflict with default headers values

func (*UpdateUserStatItemValueConflict) Error

func (*UpdateUserStatItemValueConflict) GetPayload

type UpdateUserStatItemValueNotFound

type UpdateUserStatItemValueNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValueNotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewUpdateUserStatItemValueNotFound

func NewUpdateUserStatItemValueNotFound() *UpdateUserStatItemValueNotFound

NewUpdateUserStatItemValueNotFound creates a UpdateUserStatItemValueNotFound with default headers values

func (*UpdateUserStatItemValueNotFound) Error

func (*UpdateUserStatItemValueNotFound) GetPayload

type UpdateUserStatItemValueOK

type UpdateUserStatItemValueOK struct {
	Payload *socialclientmodels.StatItemIncResult
}

UpdateUserStatItemValueOK handles this case with default header values.

successful operation

func NewUpdateUserStatItemValueOK

func NewUpdateUserStatItemValueOK() *UpdateUserStatItemValueOK

NewUpdateUserStatItemValueOK creates a UpdateUserStatItemValueOK with default headers values

func (*UpdateUserStatItemValueOK) Error

func (o *UpdateUserStatItemValueOK) Error() string

func (*UpdateUserStatItemValueOK) GetPayload

type UpdateUserStatItemValueParams

type UpdateUserStatItemValueParams struct {

	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string
	/*Body*/
	Body *socialclientmodels.StatItemUpdate
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateUserStatItemValueParams contains all the parameters to send to the API endpoint for the update user stat item value operation typically these are written to a http.Request

func NewUpdateUserStatItemValueParams

func NewUpdateUserStatItemValueParams() *UpdateUserStatItemValueParams

NewUpdateUserStatItemValueParams creates a new UpdateUserStatItemValueParams object with the default values initialized.

func NewUpdateUserStatItemValueParamsWithContext

func NewUpdateUserStatItemValueParamsWithContext(ctx context.Context) *UpdateUserStatItemValueParams

NewUpdateUserStatItemValueParamsWithContext creates a new UpdateUserStatItemValueParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateUserStatItemValueParamsWithHTTPClient

func NewUpdateUserStatItemValueParamsWithHTTPClient(client *http.Client) *UpdateUserStatItemValueParams

NewUpdateUserStatItemValueParamsWithHTTPClient creates a new UpdateUserStatItemValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateUserStatItemValueParamsWithTimeout

func NewUpdateUserStatItemValueParamsWithTimeout(timeout time.Duration) *UpdateUserStatItemValueParams

NewUpdateUserStatItemValueParamsWithTimeout creates a new UpdateUserStatItemValueParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateUserStatItemValueParams) SetAdditionalKey

func (o *UpdateUserStatItemValueParams) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetBody

SetBody adds the body to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetContext

func (o *UpdateUserStatItemValueParams) SetContext(ctx context.Context)

SetContext adds the context to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetHTTPClient

func (o *UpdateUserStatItemValueParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetNamespace

func (o *UpdateUserStatItemValueParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetStatCode

func (o *UpdateUserStatItemValueParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetTimeout

func (o *UpdateUserStatItemValueParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetUserID

func (o *UpdateUserStatItemValueParams) SetUserID(userID string)

SetUserID adds the userId to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithAdditionalKey

func (o *UpdateUserStatItemValueParams) WithAdditionalKey(additionalKey *string) *UpdateUserStatItemValueParams

WithAdditionalKey adds the additionalKey to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithBody

WithBody adds the body to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithContext

WithContext adds the context to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithNamespace

WithNamespace adds the namespace to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithStatCode

WithStatCode adds the statCode to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithTimeout

WithTimeout adds the timeout to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithUserID

WithUserID adds the userID to the update user stat item value params

func (*UpdateUserStatItemValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserStatItemValueReader

type UpdateUserStatItemValueReader struct {
	// contains filtered or unexported fields
}

UpdateUserStatItemValueReader is a Reader for the UpdateUserStatItemValue structure.

func (*UpdateUserStatItemValueReader) ReadResponse

func (o *UpdateUserStatItemValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateUserStatItemValueUnprocessableEntity

type UpdateUserStatItemValueUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

UpdateUserStatItemValueUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewUpdateUserStatItemValueUnprocessableEntity

func NewUpdateUserStatItemValueUnprocessableEntity() *UpdateUserStatItemValueUnprocessableEntity

NewUpdateUserStatItemValueUnprocessableEntity creates a UpdateUserStatItemValueUnprocessableEntity with default headers values

func (*UpdateUserStatItemValueUnprocessableEntity) Error

func (*UpdateUserStatItemValueUnprocessableEntity) GetPayload

Source Files

Jump to

Keyboard shortcuts

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