public class GetWatermarkResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetWatermarkResponse() |
GetWatermarkResponse(GetWatermarkResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
BackgroundPictureConfig |
getBackgroundPicture()
Get The background image.
|
WatermarkConfig |
getBoardLogo()
Get The watermark settings for the whiteboard.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
WatermarkConfig |
getTeacherLogo()
Get The watermark settings for the teacher’s video.
|
TextMarkConfig |
getText()
Get The watermark text.
|
void |
setBackgroundPicture(BackgroundPictureConfig BackgroundPicture)
Set The background image.
|
void |
setBoardLogo(WatermarkConfig BoardLogo)
Set The watermark settings for the whiteboard.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTeacherLogo(WatermarkConfig TeacherLogo)
Set The watermark settings for the teacher’s video.
|
void |
setText(TextMarkConfig Text)
Set The watermark text.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetWatermarkResponse()
public GetWatermarkResponse(GetWatermarkResponse source)
public WatermarkConfig getTeacherLogo()
public void setTeacherLogo(WatermarkConfig TeacherLogo)
TeacherLogo
- The watermark settings for the teacher’s video. Note: This field may return null, indicating that no valid values can be obtained.public WatermarkConfig getBoardLogo()
public void setBoardLogo(WatermarkConfig BoardLogo)
BoardLogo
- The watermark settings for the whiteboard. Note: This field may return null, indicating that no valid values can be obtained.public BackgroundPictureConfig getBackgroundPicture()
public void setBackgroundPicture(BackgroundPictureConfig BackgroundPicture)
BackgroundPicture
- The background image. Note: This field may return null, indicating that no valid values can be obtained.public TextMarkConfig getText()
public void setText(TextMarkConfig Text)
Text
- The watermark text. Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.