LabelValue | Doclava
public final class

LabelValue

extends Object
implements Parcelable
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
Fields
public static final Creator<LabelValue> CREATOR
Public Constructors
LabelValue(String label, String value)
Constructs a label to describe wallet object's custom properties.
Public Methods
String getLabel()
String getValue()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<LabelValue> CREATOR

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