|
|
@@ -1,5 +1,6 @@
|
|
|
package com.adx.tencent.storage.model;
|
|
|
|
|
|
+import com.adx.tencent.util.TraceIds;
|
|
|
import com.fasterxml.jackson.annotation.JsonInclude;
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
import java.time.Instant;
|
|
|
@@ -39,7 +40,7 @@ public class BidRecord {
|
|
|
public String getMedia() { return media; }
|
|
|
public void setMedia(String v) { this.media = v; }
|
|
|
public String getMediaTraceId() { return mediaTraceId; }
|
|
|
- public void setMediaTraceId(String v) { this.mediaTraceId = v; }
|
|
|
+ public void setMediaTraceId(String v) { this.mediaTraceId = TraceIds.normalize(v); }
|
|
|
public String getPlatform() { return platform; }
|
|
|
public void setPlatform(String v) { this.platform = v; }
|
|
|
public String getAdId() { return adId; }
|