public class Indicator
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<Indicator> |
CREATOR |
GoodReadAudio |
goodReadAudio
読み取り成功時のブザー音に関する設定 GoodReadAudioSettings related to buzzer sound when reading is successful GoodReadAudio |
GoodReadLed |
goodReadLed
|
GoodReadVibrator |
goodReadVibrator
|
| Constructor and Description |
|---|
Indicator() |
| Modifier and Type | Method and Description |
|---|---|
Indicator |
clone() |
int |
describeContents() |
void |
setDefault() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public GoodReadLed goodReadLed
public GoodReadAudio goodReadAudio
GoodReadAudioGoodReadAudiopublic GoodReadVibrator goodReadVibrator
public static final android.os.Parcelable.Creator<Indicator> CREATOR
public void setDefault()
@NonNull public Indicator clone() throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel parcel,
int i)
writeToParcel in interface android.os.Parcelable