Searched defs:mTimestamp (Results 1 – 1 of 1) sorted by relevance
708 private String mTimestamp; // optional timestamp eg 1447452827 field in PageMetadata.Node726 private String mLabel, mCategory, mSummary, mLink, mGroup, mImage, mLang, mType, mTimestamp; field in PageMetadata.Node.Builder745 public Builder setTimestamp(String mTimestamp) {this.mTimestamp = mTimestamp; return this;} in setTimestamp()