| | |
| | | */ |
| | | private string mac; |
| | | /** |
| | | * 标题,必须要填 |
| | | */ |
| | | private string title; |
| | | /** |
| | | * 日志时间 |
| | | */ |
| | | private string time; |
| | | /** |
| | | * 系统:IOS、Android、Windows、网关 |
| | | */ |
| | | private string userAgent; |
| | |
| | | * 软件版本 |
| | | */ |
| | | private string appVersion; |
| | | private string type; |
| | | |
| | | public string getUserId() |
| | | { |
| | |
| | | this.mac = mac; |
| | | } |
| | | |
| | | public string getTitle() |
| | | { |
| | | return title; |
| | | } |
| | | |
| | | public void setTitle(string title) |
| | | { |
| | | this.title = title; |
| | | } |
| | | |
| | | public string getTime() |
| | | { |
| | | return time; |
| | | } |
| | | |
| | | public void setTime(string time) |
| | | { |
| | | this.time = time; |
| | | } |
| | | |
| | | public string getUserAgent() |
| | | { |
| | | return userAgent; |
| | |
| | | public void setAppVersion(string appVersion) |
| | | { |
| | | this.appVersion = appVersion; |
| | | } |
| | | |
| | | public string getType() |
| | | { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(string type) |
| | | { |
| | | this.type = type; |
| | | } |
| | | } |
| | | } |