package com.ubt.jimu.base.http.response; /* loaded from: classes.dex */ public class Timestamp { private long timestamp; public long getTimestamp() { return this.timestamp; } }