Documentation ¶
Index ¶
- type IsvUploadDBOperationLogRequest
- func (req *IsvUploadDBOperationLogRequest) GetAppName() string
- func (req *IsvUploadDBOperationLogRequest) GetDb() string
- func (req *IsvUploadDBOperationLogRequest) GetDeviceId() string
- func (req *IsvUploadDBOperationLogRequest) GetJosAppKey() string
- func (req *IsvUploadDBOperationLogRequest) GetMessage() string
- func (req *IsvUploadDBOperationLogRequest) GetSql() string
- func (req *IsvUploadDBOperationLogRequest) GetTimestamp() uint64
- func (req *IsvUploadDBOperationLogRequest) GetUrl() string
- func (req *IsvUploadDBOperationLogRequest) GetUserId() string
- func (req *IsvUploadDBOperationLogRequest) GetUserIp() string
- func (req *IsvUploadDBOperationLogRequest) SetAppName(appName string)
- func (req *IsvUploadDBOperationLogRequest) SetDb(db string)
- func (req *IsvUploadDBOperationLogRequest) SetDeviceId(deviceId string)
- func (req *IsvUploadDBOperationLogRequest) SetJosAppKey(josAppKey string)
- func (req *IsvUploadDBOperationLogRequest) SetMessage(message string)
- func (req *IsvUploadDBOperationLogRequest) SetSql(sql string)
- func (req *IsvUploadDBOperationLogRequest) SetTimestamp(timestamp uint64)
- func (req *IsvUploadDBOperationLogRequest) SetUrl(url string)
- func (req *IsvUploadDBOperationLogRequest) SetUserId(userId string)
- func (req *IsvUploadDBOperationLogRequest) SetUserIp(userIp string)
- type IsvUploadLoginLogRequest
- func (req *IsvUploadLoginLogRequest) GetAppName() string
- func (req *IsvUploadLoginLogRequest) GetDeviceId() string
- func (req *IsvUploadLoginLogRequest) GetJdId() string
- func (req *IsvUploadLoginLogRequest) GetJosAppKey() string
- func (req *IsvUploadLoginLogRequest) GetMessage() string
- func (req *IsvUploadLoginLogRequest) GetResult() uint8
- func (req *IsvUploadLoginLogRequest) GetTimestamp() uint64
- func (req *IsvUploadLoginLogRequest) GetUserId() string
- func (req *IsvUploadLoginLogRequest) GetUserIp() string
- func (req *IsvUploadLoginLogRequest) SetAppName(appName string)
- func (req *IsvUploadLoginLogRequest) SetDeviceId(deviceId string)
- func (req *IsvUploadLoginLogRequest) SetJdId(jdId string)
- func (req *IsvUploadLoginLogRequest) SetJosAppKey(josAppKey string)
- func (req *IsvUploadLoginLogRequest) SetMessage(message string)
- func (req *IsvUploadLoginLogRequest) SetResult(result uint8)
- func (req *IsvUploadLoginLogRequest) SetTimestamp(timestamp uint64)
- func (req *IsvUploadLoginLogRequest) SetUserId(userId string)
- func (req *IsvUploadLoginLogRequest) SetUserIp(userIp string)
- type IsvUploadOrderLogRequest
- func (req *IsvUploadOrderLogRequest) GetAppName() string
- func (req *IsvUploadOrderLogRequest) GetDeviceId() string
- func (req *IsvUploadOrderLogRequest) GetFileMd5() string
- func (req *IsvUploadOrderLogRequest) GetJdId() string
- func (req *IsvUploadOrderLogRequest) GetJosAppKey() string
- func (req *IsvUploadOrderLogRequest) GetOperation() int
- func (req *IsvUploadOrderLogRequest) GetOrderIds() string
- func (req *IsvUploadOrderLogRequest) GetTimestamp() uint64
- func (req *IsvUploadOrderLogRequest) GetUrl() string
- func (req *IsvUploadOrderLogRequest) GetUserId() string
- func (req *IsvUploadOrderLogRequest) GetUserIp() string
- func (req *IsvUploadOrderLogRequest) SetAppName(appName string)
- func (req *IsvUploadOrderLogRequest) SetDeviceId(deviceId string)
- func (req *IsvUploadOrderLogRequest) SetFileMd5(fileMd5 string)
- func (req *IsvUploadOrderLogRequest) SetJdId(jdId string)
- func (req *IsvUploadOrderLogRequest) SetJosAppKey(josAppKey string)
- func (req *IsvUploadOrderLogRequest) SetOperation(operation int)
- func (req *IsvUploadOrderLogRequest) SetOrderIds(orderIds string)
- func (req *IsvUploadOrderLogRequest) SetTimestamp(timestamp uint64)
- func (req *IsvUploadOrderLogRequest) SetUrl(url string)
- func (req *IsvUploadOrderLogRequest) SetUserId(userId string)
- func (req *IsvUploadOrderLogRequest) SetUserIp(userIp string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsvUploadDBOperationLogRequest ¶
func NewIsvUploadDBOperationLogRequest ¶
func NewIsvUploadDBOperationLogRequest() (req *IsvUploadDBOperationLogRequest)
create new request
func (*IsvUploadDBOperationLogRequest) GetAppName ¶
func (req *IsvUploadDBOperationLogRequest) GetAppName() string
func (*IsvUploadDBOperationLogRequest) GetDb ¶
func (req *IsvUploadDBOperationLogRequest) GetDb() string
func (*IsvUploadDBOperationLogRequest) GetDeviceId ¶
func (req *IsvUploadDBOperationLogRequest) GetDeviceId() string
func (*IsvUploadDBOperationLogRequest) GetJosAppKey ¶
func (req *IsvUploadDBOperationLogRequest) GetJosAppKey() string
func (*IsvUploadDBOperationLogRequest) GetMessage ¶
func (req *IsvUploadDBOperationLogRequest) GetMessage() string
func (*IsvUploadDBOperationLogRequest) GetSql ¶
func (req *IsvUploadDBOperationLogRequest) GetSql() string
func (*IsvUploadDBOperationLogRequest) GetTimestamp ¶
func (req *IsvUploadDBOperationLogRequest) GetTimestamp() uint64
func (*IsvUploadDBOperationLogRequest) GetUrl ¶
func (req *IsvUploadDBOperationLogRequest) GetUrl() string
func (*IsvUploadDBOperationLogRequest) GetUserId ¶
func (req *IsvUploadDBOperationLogRequest) GetUserId() string
func (*IsvUploadDBOperationLogRequest) GetUserIp ¶
func (req *IsvUploadDBOperationLogRequest) GetUserIp() string
func (*IsvUploadDBOperationLogRequest) SetAppName ¶
func (req *IsvUploadDBOperationLogRequest) SetAppName(appName string)
func (*IsvUploadDBOperationLogRequest) SetDb ¶
func (req *IsvUploadDBOperationLogRequest) SetDb(db string)
func (*IsvUploadDBOperationLogRequest) SetDeviceId ¶
func (req *IsvUploadDBOperationLogRequest) SetDeviceId(deviceId string)
func (*IsvUploadDBOperationLogRequest) SetJosAppKey ¶
func (req *IsvUploadDBOperationLogRequest) SetJosAppKey(josAppKey string)
func (*IsvUploadDBOperationLogRequest) SetMessage ¶
func (req *IsvUploadDBOperationLogRequest) SetMessage(message string)
func (*IsvUploadDBOperationLogRequest) SetSql ¶
func (req *IsvUploadDBOperationLogRequest) SetSql(sql string)
func (*IsvUploadDBOperationLogRequest) SetTimestamp ¶
func (req *IsvUploadDBOperationLogRequest) SetTimestamp(timestamp uint64)
func (*IsvUploadDBOperationLogRequest) SetUrl ¶
func (req *IsvUploadDBOperationLogRequest) SetUrl(url string)
func (*IsvUploadDBOperationLogRequest) SetUserId ¶
func (req *IsvUploadDBOperationLogRequest) SetUserId(userId string)
func (*IsvUploadDBOperationLogRequest) SetUserIp ¶
func (req *IsvUploadDBOperationLogRequest) SetUserIp(userIp string)
type IsvUploadLoginLogRequest ¶
func NewIsvUploadLoginLogRequest ¶
func NewIsvUploadLoginLogRequest() (req *IsvUploadLoginLogRequest)
create new request
func (*IsvUploadLoginLogRequest) GetAppName ¶
func (req *IsvUploadLoginLogRequest) GetAppName() string
func (*IsvUploadLoginLogRequest) GetDeviceId ¶
func (req *IsvUploadLoginLogRequest) GetDeviceId() string
func (*IsvUploadLoginLogRequest) GetJdId ¶
func (req *IsvUploadLoginLogRequest) GetJdId() string
func (*IsvUploadLoginLogRequest) GetJosAppKey ¶
func (req *IsvUploadLoginLogRequest) GetJosAppKey() string
func (*IsvUploadLoginLogRequest) GetMessage ¶
func (req *IsvUploadLoginLogRequest) GetMessage() string
func (*IsvUploadLoginLogRequest) GetResult ¶
func (req *IsvUploadLoginLogRequest) GetResult() uint8
func (*IsvUploadLoginLogRequest) GetTimestamp ¶
func (req *IsvUploadLoginLogRequest) GetTimestamp() uint64
func (*IsvUploadLoginLogRequest) GetUserId ¶
func (req *IsvUploadLoginLogRequest) GetUserId() string
func (*IsvUploadLoginLogRequest) GetUserIp ¶
func (req *IsvUploadLoginLogRequest) GetUserIp() string
func (*IsvUploadLoginLogRequest) SetAppName ¶
func (req *IsvUploadLoginLogRequest) SetAppName(appName string)
func (*IsvUploadLoginLogRequest) SetDeviceId ¶
func (req *IsvUploadLoginLogRequest) SetDeviceId(deviceId string)
func (*IsvUploadLoginLogRequest) SetJdId ¶
func (req *IsvUploadLoginLogRequest) SetJdId(jdId string)
func (*IsvUploadLoginLogRequest) SetJosAppKey ¶
func (req *IsvUploadLoginLogRequest) SetJosAppKey(josAppKey string)
func (*IsvUploadLoginLogRequest) SetMessage ¶
func (req *IsvUploadLoginLogRequest) SetMessage(message string)
func (*IsvUploadLoginLogRequest) SetResult ¶
func (req *IsvUploadLoginLogRequest) SetResult(result uint8)
func (*IsvUploadLoginLogRequest) SetTimestamp ¶
func (req *IsvUploadLoginLogRequest) SetTimestamp(timestamp uint64)
func (*IsvUploadLoginLogRequest) SetUserId ¶
func (req *IsvUploadLoginLogRequest) SetUserId(userId string)
func (*IsvUploadLoginLogRequest) SetUserIp ¶
func (req *IsvUploadLoginLogRequest) SetUserIp(userIp string)
type IsvUploadOrderLogRequest ¶
func NewIsvUploadOrderLogRequest ¶
func NewIsvUploadOrderLogRequest() (req *IsvUploadOrderLogRequest)
create new request
func (*IsvUploadOrderLogRequest) GetAppName ¶
func (req *IsvUploadOrderLogRequest) GetAppName() string
func (*IsvUploadOrderLogRequest) GetDeviceId ¶
func (req *IsvUploadOrderLogRequest) GetDeviceId() string
func (*IsvUploadOrderLogRequest) GetFileMd5 ¶
func (req *IsvUploadOrderLogRequest) GetFileMd5() string
func (*IsvUploadOrderLogRequest) GetJdId ¶
func (req *IsvUploadOrderLogRequest) GetJdId() string
func (*IsvUploadOrderLogRequest) GetJosAppKey ¶
func (req *IsvUploadOrderLogRequest) GetJosAppKey() string
func (*IsvUploadOrderLogRequest) GetOperation ¶
func (req *IsvUploadOrderLogRequest) GetOperation() int
func (*IsvUploadOrderLogRequest) GetOrderIds ¶
func (req *IsvUploadOrderLogRequest) GetOrderIds() string
func (*IsvUploadOrderLogRequest) GetTimestamp ¶
func (req *IsvUploadOrderLogRequest) GetTimestamp() uint64
func (*IsvUploadOrderLogRequest) GetUrl ¶
func (req *IsvUploadOrderLogRequest) GetUrl() string
func (*IsvUploadOrderLogRequest) GetUserId ¶
func (req *IsvUploadOrderLogRequest) GetUserId() string
func (*IsvUploadOrderLogRequest) GetUserIp ¶
func (req *IsvUploadOrderLogRequest) GetUserIp() string
func (*IsvUploadOrderLogRequest) SetAppName ¶
func (req *IsvUploadOrderLogRequest) SetAppName(appName string)
func (*IsvUploadOrderLogRequest) SetDeviceId ¶
func (req *IsvUploadOrderLogRequest) SetDeviceId(deviceId string)
func (*IsvUploadOrderLogRequest) SetFileMd5 ¶
func (req *IsvUploadOrderLogRequest) SetFileMd5(fileMd5 string)
func (*IsvUploadOrderLogRequest) SetJdId ¶
func (req *IsvUploadOrderLogRequest) SetJdId(jdId string)
func (*IsvUploadOrderLogRequest) SetJosAppKey ¶
func (req *IsvUploadOrderLogRequest) SetJosAppKey(josAppKey string)
func (*IsvUploadOrderLogRequest) SetOperation ¶
func (req *IsvUploadOrderLogRequest) SetOperation(operation int)
func (*IsvUploadOrderLogRequest) SetOrderIds ¶
func (req *IsvUploadOrderLogRequest) SetOrderIds(orderIds string)
func (*IsvUploadOrderLogRequest) SetTimestamp ¶
func (req *IsvUploadOrderLogRequest) SetTimestamp(timestamp uint64)
func (*IsvUploadOrderLogRequest) SetUrl ¶
func (req *IsvUploadOrderLogRequest) SetUrl(url string)
func (*IsvUploadOrderLogRequest) SetUserId ¶
func (req *IsvUploadOrderLogRequest) SetUserId(userId string)
func (*IsvUploadOrderLogRequest) SetUserIp ¶
func (req *IsvUploadOrderLogRequest) SetUserIp(userIp string)
Click to show internal directories.
Click to hide internal directories.