MediaUrl Class
- java.
lang. Object - com.
microsoft. bot. schema. MediaUrl
- com.
public class MediaUrl
Media URL.
Constructor Summary
| Constructor | Description |
|---|---|
| MediaUrl() |
Creates a new Media |
| MediaUrl(String withUrl) |
Creates a new Media |
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
Constructor Details
MediaUrl
public MediaUrl()
Creates a new MediaUrl.
MediaUrl
public MediaUrl(String withUrl)
Creates a new MediaUrl.
Parameters:
Method Details
getProfile
public String getProfile()
Get the profile value.
Returns:
getUrl
public String getUrl()
Get the url value.
Returns:
setProfile
public void setProfile(String withProfile)
Set the profile value.
Parameters:
setUrl
public void setUrl(String withUrl)
Set the url value.
Parameters: