| | |
| | | private String channel; |
| | | private String osVersion; |
| | | private String idfa; |
| | | private String utdid; |
| | | |
| | | private String utdId; |
| | | private String deviceType; |
| | | |
| | | public long getTimestamp() { |
| | | return timestamp; |
| | |
| | | public void setTimestamp(long timestamp) { |
| | | this.timestamp = timestamp; |
| | | } |
| | | |
| | | |
| | | public String getSign() { |
| | | return sign; |
| | |
| | | |
| | | public void setSystem(SystemEnum system) { |
| | | this.system = system; |
| | | } |
| | | |
| | | public APPPlatform getPlatform() { |
| | | return platform; |
| | | } |
| | | |
| | | public void setPlatform(APPPlatform platform) { |
| | | this.platform = platform; |
| | | } |
| | | |
| | | public String getPackages() { |
| | |
| | | this.idfa = idfa; |
| | | } |
| | | |
| | | public String getUtdid() { |
| | | return utdid; |
| | | public String getUtdId() { |
| | | return utdId; |
| | | } |
| | | |
| | | public void setUtdid(String utdid) { |
| | | this.utdid = utdid; |
| | | public void setUtdId(String utdId) { |
| | | this.utdId = utdId; |
| | | } |
| | | |
| | | public APPPlatform getPlatform() { |
| | | return platform; |
| | | public String getDeviceType() { |
| | | return deviceType; |
| | | } |
| | | |
| | | public void setPlatform(APPPlatform platform) { |
| | | this.platform = platform; |
| | | public void setDeviceType(String deviceType) { |
| | | this.deviceType = deviceType; |
| | | } |
| | | } |