java.lang.Object |
↳ |
com.google.android.gms.wallet.wobs.LabelValue |
Class Overview
Parcelable representing label value.
Summary
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
Public Constructors |
|
LabelValue(String label, String value)
Constructs a label to describe wallet object's custom properties.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
Public Constructors
public
LabelValue
(String label, String value)
Constructs a label to describe wallet object's custom properties.
Parameters |
label |
String : the name of the label |
value |
String : the value of the label
|
Public Methods
public
String
getLabel
()
Returns |
String |
the name of the label |
public
String
getValue
()
Returns |
String |
the value of the label |
public
void
writeToParcel
(Parcel dest, int flags)
Parameters |
dest |
Parcel |
flags |
int |