-
public class DevLocationBean
Created by mikeshou on 15/7/2.
-
-
Constructor Summary
Constructors Constructor Description DevLocationBean()
DevLocationBean(Parcel pl)
-
Method Summary
Modifier and Type Method Description double
getLat()
void
setLat(double lat)
double
getLon()
void
setLon(double lon)
String
getDevId()
void
setDevId(String devId)
String
getGwId()
void
setGwId(String gwId)
int
getLower()
void
setLower(int lower)
int
getUpper()
void
setUpper(int upper)
int
getStatus()
void
setStatus(int status)
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Method Detail
-
getLat
double getLat()
-
setLat
void setLat(double lat)
-
getLon
double getLon()
-
setLon
void setLon(double lon)
-
getDevId
String getDevId()
-
setDevId
void setDevId(String devId)
-
getGwId
String getGwId()
-
setGwId
void setGwId(String gwId)
-
getLower
int getLower()
-
setLower
void setLower(int lower)
-
getUpper
int getUpper()
-
setUpper
void setUpper(int upper)
-
getStatus
int getStatus()
-
setStatus
void setStatus(int status)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-