public class ZendriveTagInfo extends Object implements Parcelable
This is available only in the AnalyzedDriveInfo
.
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<ZendriveTagInfo> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
ZendriveTagInfo(String key,
String value)
Creates a ZendriveTagInfo with the given key and value strings.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getKey()
Get the key string of this tag info.
|
String |
getValue()
Get the value string of this tag info.
|
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<ZendriveTagInfo> CREATOR
public String getKey()
public String getValue()
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable