MediaUrl Class

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

public class MediaUrl

Media URL.

Constructor Summary

Constructor Description
MediaUrl()

Creates a new MediaUrl.

MediaUrl(String withUrl)

Creates a new MediaUrl.

Method Summary

Modifier and Type Method and Description
java.lang.String getProfile()

Get the profile value.

java.lang.String getUrl()

Get the url value.

void setProfile(String withProfile)

Set the profile 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

MediaUrl

public MediaUrl()

Creates a new MediaUrl.

MediaUrl

public MediaUrl(String withUrl)

Creates a new MediaUrl.

Parameters:

withUrl - The url value.

Method Details

getProfile

public String getProfile()

Get the profile value.

Returns:

the profile value

getUrl

public String getUrl()

Get the url value.

Returns:

the url value

setProfile

public void setProfile(String withProfile)

Set the profile value.

Parameters:

withProfile - the profile value to set

setUrl

public void setUrl(String withUrl)

Set the url value.

Parameters:

withUrl - the url value to set

Applies to