-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class Exception implements Parcelable
Represents exception information for the restriction.
-
-
Method Summary
Modifier and Type Method Description final String
getType()
Exception type. final String
getMaxStay()
ISO8601 interval maximum stay, format: P<years>Y<months>M<days>DT<hours>H<minutes>M<seconds>S. -
-
Method Detail
-
getType
final String getType()
Exception type. Possible values: ""(unspecified), "DISABLED", "LOADING", "EV".
-
getMaxStay
final String getMaxStay()
ISO8601 interval maximum stay, format: P<years>Y<months>M<days>DT<hours>H<minutes>M<seconds>S. An empty string means unspecified.
-
-
-
-