-
public class ThingGeoFence
-
-
Constructor Summary
Constructors Constructor Description ThingGeoFence()Constructor
-
Method Summary
Modifier and Type Method Description StringgetExtraInfo()get extra information voidsetExtraInfo(String extraInfo)set extra information StringgetFenceId()get geofence Id voidsetFenceId(String fenceId)set geofence Id StringgetExpr()get exception information voidsetExpr(String expr)set exception information intdescribeContents()Describe the kinds of special objects contained in this Parcelable instance's marshaled representation voidwriteToParcel(Parcel dest, int flags)Flatten this object in to a Parcel -
-
Method Detail
-
getExtraInfo
String getExtraInfo()
get extra information
-
setExtraInfo
void setExtraInfo(String extraInfo)
set extra information
- Parameters:
extraInfo- extra information
-
getFenceId
String getFenceId()
get geofence Id
-
setFenceId
void setFenceId(String fenceId)
set geofence Id
- Parameters:
fenceId- geofence Id
-
getExpr
String getExpr()
get exception information
-
setExpr
void setExpr(String expr)
set exception information
- Parameters:
expr- exception information
-
describeContents
int describeContents()
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel
- Parameters:
dest- he Parcel in which the object should be writtenflags- Additional flags about how the object should be written.
-
-
-
-