AttachmentView Class

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

public class AttachmentView

Attachment View name and size.

Constructor Summary

Constructor Description
AttachmentView()

Method Summary

Modifier and Type Method and Description
java.lang.Integer getSize()

Get the size value.

java.lang.String getViewId()

Get the viewId value.

void setSize(Integer withSize)

Set the size value.

void setViewId(String withViewId)

Set the viewId value.

Methods inherited from 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

Constructor Details

AttachmentView

public AttachmentView()

Method Details

getSize

public Integer getSize()

Get the size value.

Returns:

the size value

getViewId

public String getViewId()

Get the viewId value.

Returns:

the viewId value

setSize

public void setSize(Integer withSize)

Set the size value.

Parameters:

withSize - the size value to set

setViewId

public void setViewId(String withViewId)

Set the viewId value.

Parameters:

withViewId - the viewId value to set

Applies to