/**
* Returns time of the last theo price computation.
* Time is measured in milliseconds between the current time and midnight, January 1, 1970 UTC.
* @return time of the last theo price computation.
*/
@XmlJavaTypeAdapter(type=long.class, value=XmlTimeAdapter.class)
@XmlSchemaType(name="dateTime")
public long getTime() {
return time;
}
TheoPrice.java 文件源码
java
阅读 35
收藏 0
点赞 0
评论 0
项目:QD
作者:
评论列表
文章目录