public class UserCallRecord extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserCallRecord() |
UserCallRecord(UserCallRecord source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAppID()
Get appid
|
Long |
getCallCount()
Get 调用次数
|
Long |
getCode()
Get 调用错误码
0表示成功
|
String |
getDate()
Get 聚合日期
|
Long |
getEventType()
Get 调用类型
0:控制台调用
1:API
|
String |
getFirstCallTime()
Get 首次调用时间
|
String |
getISP()
Get 运营商
|
String |
getLastCallTime()
Get 最后调用时间
|
String |
getRegion()
Get 调用源IP地域
|
String |
getSourceIP()
Get 调用源IP
|
String |
getSourceIPRemark()
Get 调用源IP备注
|
String |
getUserName()
Get 用户/角色名称
|
void |
setAppID(Long AppID)
Set appid
|
void |
setCallCount(Long CallCount)
Set 调用次数
|
void |
setCode(Long Code)
Set 调用错误码
0表示成功
|
void |
setDate(String Date)
Set 聚合日期
|
void |
setEventType(Long EventType)
Set 调用类型
0:控制台调用
1:API
|
void |
setFirstCallTime(String FirstCallTime)
Set 首次调用时间
|
void |
setISP(String ISP)
Set 运营商
|
void |
setLastCallTime(String LastCallTime)
Set 最后调用时间
|
void |
setRegion(String Region)
Set 调用源IP地域
|
void |
setSourceIP(String SourceIP)
Set 调用源IP
|
void |
setSourceIPRemark(String SourceIPRemark)
Set 调用源IP备注
|
void |
setUserName(String UserName)
Set 用户/角色名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UserCallRecord()
public UserCallRecord(UserCallRecord source)
public String getSourceIP()
public void setSourceIP(String SourceIP)
SourceIP
- 调用源IPpublic Long getEventType()
public void setEventType(Long EventType)
EventType
- 调用类型
0:控制台调用
1:APIpublic Long getCallCount()
public void setCallCount(Long CallCount)
CallCount
- 调用次数public Long getCode()
public void setCode(Long Code)
Code
- 调用错误码
0表示成功public String getFirstCallTime()
public void setFirstCallTime(String FirstCallTime)
FirstCallTime
- 首次调用时间public String getLastCallTime()
public void setLastCallTime(String LastCallTime)
LastCallTime
- 最后调用时间public String getSourceIPRemark()
public void setSourceIPRemark(String SourceIPRemark)
SourceIPRemark
- 调用源IP备注public String getRegion()
public void setRegion(String Region)
Region
- 调用源IP地域public String getUserName()
public void setUserName(String UserName)
UserName
- 用户/角色名称public String getDate()
public void setDate(String Date)
Date
- 聚合日期public Long getAppID()
public void setAppID(Long AppID)
AppID
- appidpublic String getISP()
public void setISP(String ISP)
ISP
- 运营商Copyright © 2025. All rights reserved.