@Beta public class VideoResponse extends Object implements ResponseInterface
Constructor and Description |
---|
VideoResponse(String content)
The contructor to generate a new Video Response with an URL
|
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns the content of this response.
|
String |
getType()
returns the present type, which is immutable to the user.
|
void |
setContent(String content)
Function to allow the change of the content url
|
@Nullable public String getContent()
public void setContent(@Nonnull String content)
content
- the new url@Nullable public String getType()
getType
in interface ResponseInterface
Copyright © 2021 SAP SE. All rights reserved.