public class Track extends Object
| 构造器和说明 |
|---|
Track() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActivityType() |
String |
getLocation() |
String |
getOccurTime() |
String |
getPlatformType() |
String |
getValue() |
void |
setActivityType(String activityType) |
void |
setLocation(String location) |
void |
setOccurTime(String occurTime) |
void |
setPlatformType(String platformType) |
void |
setValue(String value) |
public String getOccurTime()
public void setOccurTime(String occurTime)
public String getValue()
public void setValue(String value)
public String getPlatformType()
public void setPlatformType(String platformType)
public String getActivityType()
public void setActivityType(String activityType)
public String getLocation()
public void setLocation(String location)
Copyright © 2016. All rights reserved.