-
public class ThingGeoFence
-
-
Constructor Summary
Constructors Constructor Description ThingGeoFence()
Constructor
-
Method Summary
Modifier and Type Method Description String
getExtraInfo()
get extra information void
setExtraInfo(String extraInfo)
set extra information String
getFenceId()
get geofence Id void
setFenceId(String fenceId)
set geofence Id String
getExpr()
get exception information void
setExpr(String expr)
set exception information int
describeContents()
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation void
writeToParcel(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.
-
-
-
-