AttachmentData Class
- java.
lang. Object - com.
microsoft. bot. schema. AttachmentData
- com.
public class AttachmentData
Attachment data.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AttachmentData() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getName()
Get the name value. |
| byte[] |
getOriginalBase64()
Get the original |
| byte[] |
getThumbnailBase64()
Get the thumbnail |
| java.lang.String |
getType()
Get the type value. |
| void |
setName(String withName)
Set the name value. |
| void |
setOriginalBase64(byte[] withOriginalBase64)
Set the original |
| void |
setThumbnailBase64(byte[] withThumbnailBase64)
Set the thumbnail |
| void |
setType(String withType)
Set the type value. |
Methods inherited from java.lang.Object
Constructor Details
AttachmentData
public AttachmentData()
Method Details
getName
public String getName()
Get the name value.
Returns:
getOriginalBase64
public byte[] getOriginalBase64()
Get the originalBase64 value.
Returns:
getThumbnailBase64
public byte[] getThumbnailBase64()
Get the thumbnailBase64 value.
Returns:
getType
public String getType()
Get the type value.
Returns:
setName
public void setName(String withName)
Set the name value.
Parameters:
setOriginalBase64
public void setOriginalBase64(byte[] withOriginalBase64)
Set the originalBase64 value.
Parameters:
setThumbnailBase64
public void setThumbnailBase64(byte[] withThumbnailBase64)
Set the thumbnailBase64 value.
Parameters:
setType
public void setType(String withType)
Set the type value.
Parameters: