ThumbnailUrl Class
- java.
lang. Object - com.
microsoft. bot. schema. ThumbnailUrl
- com.
public class ThumbnailUrl
Thumbnail URL.
Constructor Summary
| Constructor | Description |
|---|---|
| ThumbnailUrl() |
Creates a new Thumbnail |
| ThumbnailUrl(String withUrl) |
Creates a new Thumbnail |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getAlt()
Get the alt value. |
| java.lang.String |
getUrl()
Get the url value. |
| void |
setAlt(String withAlt)
Set the alt value. |
| void |
setUrl(String withUrl)
Set the url value. |
Methods inherited from java.lang.Object
Constructor Details
ThumbnailUrl
public ThumbnailUrl()
Creates a new ThumbnailUrl.
ThumbnailUrl
public ThumbnailUrl(String withUrl)
Creates a new ThumbnailUrl.
Parameters:
Method Details
getAlt
public String getAlt()
Get the alt value.
Returns:
getUrl
public String getUrl()
Get the url value.
Returns:
setAlt
public void setAlt(String withAlt)
Set the alt value.
Parameters:
setUrl
public void setUrl(String withUrl)
Set the url value.
Parameters: