AttachmentView Classe

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

public class AttachmentView

Nome e tamanho da Exibição de Anexo.

Resumo do Construtor

Construtor Description
AttachmentView()

Resumo do método

Modificador e tipo Método e descrição
java.lang.Integer getSize()

Obtenha o valor de tamanho.

java.lang.String getViewId()

Obtenha a exibiçãovalor da ID.

void setSize(Integer withSize)

Defina o valor de tamanho.

void setViewId(String withViewId)

Defina a exibiçãovalor da ID.

Métodos herdados de 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

Detalhes do construtor

AttachmentView

public AttachmentView()

Detalhes do método

getSize

public Integer getSize()

Obtenha o valor de tamanho.

Retornos:

o valor de tamanho

getViewId

public String getViewId()

Obtenha o valor viewId.

Retornos:

o valor viewId

setSize

public void setSize(Integer withSize)

Defina o valor de tamanho.

Parâmetros:

withSize - o valor de tamanho a ser definido

setViewId

public void setViewId(String withViewId)

Defina o valor viewId.

Parâmetros:

withViewId - o valor viewId a ser definido

Aplica-se a