ThumbnailUrl Class

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

public class ThumbnailUrl

Thumbnail URL.

Constructor Summary

Constructor Description
ThumbnailUrl()

Creates a new ThumbnailUrl.

ThumbnailUrl(String withUrl)

Creates a new ThumbnailUrl.

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

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

ThumbnailUrl

public ThumbnailUrl()

Creates a new ThumbnailUrl.

ThumbnailUrl

public ThumbnailUrl(String withUrl)

Creates a new ThumbnailUrl.

Parameters:

withUrl - The url value to set.

Method Details

getAlt

public String getAlt()

Get the alt value.

Returns:

the alt value

getUrl

public String getUrl()

Get the url value.

Returns:

the url value

setAlt

public void setAlt(String withAlt)

Set the alt value.

Parameters:

withAlt - the alt value to set

setUrl

public void setUrl(String withUrl)

Set the url value.

Parameters:

withUrl - the url value to set

Applies to