-
public class WatchWeatherBean
The watch obtains the weather information, corresponding to the fields required by the device
-
-
Field Summary
Fields Modifier and Type Field Description private int
temp
private int
tempHigh
private int
tempLow
private String
conditionNum
-
Method Summary
Modifier and Type Method Description int
getTemp()
void
setTemp(int temp)
int
getTempHigh()
void
setTempHigh(int tempHigh)
int
getTempLow()
void
setTempLow(int tempLow)
String
getConditionNum()
void
setConditionNum(String conditionNum)
String
toString()
-
-
Method Detail
-
getTemp
int getTemp()
-
setTemp
void setTemp(int temp)
-
getTempHigh
int getTempHigh()
-
setTempHigh
void setTempHigh(int tempHigh)
-
getTempLow
int getTempLow()
-
setTempLow
void setTempLow(int tempLow)
-
getConditionNum
String getConditionNum()
-
setConditionNum
void setConditionNum(String conditionNum)
-
toString
String toString()
-
-
-
-