ReceiptItem Classe

  • java.lang.Object
    • com.microsoft.bot.schema.ReceiptItem

public class ReceiptItem

Elemento in una scheda di ricevuta.

Riepilogo dei costruttori

Costruttore Descrizione
ReceiptItem()

Riepilogo dei metodi

Modificatore e tipo Metodo e descrizione
CardImage getImage()

Ottenere il valore dell'immagine.

java.lang.String getPrice()

Ottenere il valore del prezzo.

java.lang.String getQuantity()

Ottenere il valore della quantità.

java.lang.String getSubtitle()

Ottenere il valore del sottotitolo.

CardAction getTap()

Ottenere il valore di tocco.

java.lang.String getText()

Ottenere il valore di testo.

java.lang.String getTitle()

Ottenere il valore del titolo.

void setImage(CardImage withImage)

Impostare il valore dell'immagine.

void setPrice(String withPrice)

Impostare il valore del prezzo.

void setQuantity(String withQuantity)

Impostare il valore della quantità.

void setSubtitle(String withSubtitle)

Impostare il valore del sottotitolo.

void setTap(CardAction withTap)

Impostare il valore di tocco.

void setText(String withText)

Impostare il valore di testo.

void setTitle(String withTitle)

Impostare il valore del titolo.

Metodi ereditati da java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Dettagli costruttore

ReceiptItem

public ReceiptItem()

Dettagli metodo

getImage

public CardImage getImage()

Ottenere il valore dell'immagine.

Restituisce:

il valore dell'immagine

getPrice

public String getPrice()

Ottenere il valore del prezzo.

Restituisce:

il valore del prezzo

getQuantity

public String getQuantity()

Ottenere il valore della quantità.

Restituisce:

valore della quantità

getSubtitle

public String getSubtitle()

Ottenere il valore del sottotitolo.

Restituisce:

valore del sottotitolo

getTap

public CardAction getTap()

Ottenere il valore di tocco.

Restituisce:

il valore di tocco

getText

public String getText()

Ottenere il valore di testo.

Restituisce:

valore di testo

getTitle

public String getTitle()

Ottenere il valore del titolo.

Restituisce:

il valore del titolo

setImage

public void setImage(CardImage withImage)

Impostare il valore dell'immagine.

Parametri:

withImage - valore dell'immagine da impostare

setPrice

public void setPrice(String withPrice)

Impostare il valore del prezzo.

Parametri:

withPrice - valore del prezzo da impostare

setQuantity

public void setQuantity(String withQuantity)

Impostare il valore della quantità.

Parametri:

withQuantity - valore della quantità da impostare

setSubtitle

public void setSubtitle(String withSubtitle)

Impostare il valore del sottotitolo.

Parametri:

withSubtitle - valore del sottotitolo da impostare

setTap

public void setTap(CardAction withTap)

Impostare il valore di tocco.

Parametri:

withTap - il valore di tocco da impostare

setText

public void setText(String withText)

Impostare il valore di testo.

Parametri:

withText - valore di testo da impostare

setTitle

public void setTitle(String withTitle)

Impostare il valore del titolo.

Parametri:

withTitle - valore del titolo da impostare

Si applica a