public class AlipayUserStepcounterSyncModel extends AlipayObject
Constructor and Description |
---|
AlipayUserStepcounterSyncModel() |
Modifier and Type | Method and Description |
---|---|
Long |
getAge()
Gets age.
|
String |
getCalorie()
Gets calorie.
|
Long |
getCount()
Gets count.
|
String |
getDataProvider()
Gets data provider.
|
Long |
getDistance()
Gets distance.
|
String |
getHeight()
Gets height.
|
String |
getLatitude()
Gets latitude.
|
String |
getLongitude()
Gets longitude.
|
String |
getOutUserId()
Gets out user id.
|
Date |
getTime()
Gets time.
|
String |
getTimeZone()
Gets time zone.
|
String |
getUserId()
Gets user id.
|
String |
getWeight()
Gets weight.
|
void |
setAge(Long age)
Sets age.
|
void |
setCalorie(String calorie)
Sets calorie.
|
void |
setCount(Long count)
Sets count.
|
void |
setDataProvider(String dataProvider)
Sets data provider.
|
void |
setDistance(Long distance)
Sets distance.
|
void |
setHeight(String height)
Sets height.
|
void |
setLatitude(String latitude)
Sets latitude.
|
void |
setLongitude(String longitude)
Sets longitude.
|
void |
setOutUserId(String outUserId)
Sets out user id.
|
void |
setTime(Date time)
Sets time.
|
void |
setTimeZone(String timeZone)
Sets time zone.
|
void |
setUserId(String userId)
Sets user id.
|
void |
setWeight(String weight)
Sets weight.
|
public Long getAge()
public void setAge(Long age)
age
- the agepublic String getCalorie()
public void setCalorie(String calorie)
calorie
- the caloriepublic Long getCount()
public void setCount(Long count)
count
- the countpublic String getDataProvider()
public void setDataProvider(String dataProvider)
dataProvider
- the data providerpublic Long getDistance()
public void setDistance(Long distance)
distance
- the distancepublic String getHeight()
public void setHeight(String height)
height
- the heightpublic String getLatitude()
public void setLatitude(String latitude)
latitude
- the latitudepublic String getLongitude()
public void setLongitude(String longitude)
longitude
- the longitudepublic String getOutUserId()
public void setOutUserId(String outUserId)
outUserId
- the out user idpublic Date getTime()
public void setTime(Date time)
time
- the timepublic String getTimeZone()
public void setTimeZone(String timeZone)
timeZone
- the time zonepublic String getUserId()
public void setUserId(String userId)
userId
- the user idpublic String getWeight()
public void setWeight(String weight)
weight
- the weightCopyright © 2018. All rights reserved.