ReceiptItem Classe
- java.
lang. Object - com.
microsoft. bot. schema. ReceiptItem
- com.
public class ReceiptItem
Elemento in una scheda di ricevuta.
Riepilogo dei costruttori
| Costruttore | Descrizione | |
|---|---|---|
| ReceiptItem() | ||
Riepilogo dei metodi
| Modificatore e tipo | Metodo e descrizione |
|---|---|
|
Card |
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. |
|
Card |
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
Dettagli costruttore
ReceiptItem
public ReceiptItem()
Dettagli metodo
getImage
public CardImage getImage()
Ottenere il valore dell'immagine.
Restituisce:
getPrice
public String getPrice()
Ottenere il valore del prezzo.
Restituisce:
getQuantity
public String getQuantity()
Ottenere il valore della quantità.
Restituisce:
getSubtitle
public String getSubtitle()
Ottenere il valore del sottotitolo.
Restituisce:
getTap
public CardAction getTap()
Ottenere il valore di tocco.
Restituisce:
getText
public String getText()
Ottenere il valore di testo.
Restituisce:
getTitle
public String getTitle()
Ottenere il valore del titolo.
Restituisce:
setImage
public void setImage(CardImage withImage)
Impostare il valore dell'immagine.
Parametri:
setPrice
public void setPrice(String withPrice)
Impostare il valore del prezzo.
Parametri:
setQuantity
public void setQuantity(String withQuantity)
Impostare il valore della quantità.
Parametri:
setSubtitle
public void setSubtitle(String withSubtitle)
Impostare il valore del sottotitolo.
Parametri:
setTap
public void setTap(CardAction withTap)
Impostare il valore di tocco.
Parametri:
setText
public void setText(String withText)
Impostare il valore di testo.
Parametri:
setTitle
public void setTitle(String withTitle)
Impostare il valore del titolo.
Parametri: