public class GetWatermarkResponse extends AbstractModel
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 背景图片配置
注意:此字段可能返回 null,表示取不到有效值。
|
WatermarkConfig |
getBoardLogo()
Get 白板区域的水印参数配置
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
WatermarkConfig |
getTeacherLogo()
Get 老师视频区域的水印参数配置
注意:此字段可能返回 null,表示取不到有效值。
|
TextMarkConfig |
getText()
Get 文字水印配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBackgroundPicture(BackgroundPictureConfig BackgroundPicture)
Set 背景图片配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBoardLogo(WatermarkConfig BoardLogo)
Set 白板区域的水印参数配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTeacherLogo(WatermarkConfig TeacherLogo)
Set 老师视频区域的水印参数配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setText(TextMarkConfig Text)
Set 文字水印配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetWatermarkResponse()
public GetWatermarkResponse(GetWatermarkResponse source)
public WatermarkConfig getTeacherLogo()
public void setTeacherLogo(WatermarkConfig TeacherLogo)
TeacherLogo
- 老师视频区域的水印参数配置
注意:此字段可能返回 null,表示取不到有效值。public WatermarkConfig getBoardLogo()
public void setBoardLogo(WatermarkConfig BoardLogo)
BoardLogo
- 白板区域的水印参数配置
注意:此字段可能返回 null,表示取不到有效值。public BackgroundPictureConfig getBackgroundPicture()
public void setBackgroundPicture(BackgroundPictureConfig BackgroundPicture)
BackgroundPicture
- 背景图片配置
注意:此字段可能返回 null,表示取不到有效值。public TextMarkConfig getText()
public void setText(TextMarkConfig Text)
Text
- 文字水印配置
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.