public class CreateLivePadTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateLivePadTemplateRequest() |
CreateLivePadTemplateRequest(CreateLivePadTemplateRequest 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 |
---|---|
String |
getDescription()
Get Description information.
|
Long |
getMaxDuration()
Get Maximum shim duration.
|
String |
getTemplateName()
Get Template name.
|
Long |
getType()
Get Shim content type: 1: image, 2: video.
|
String |
getUrl()
Get Gasket content.
|
Long |
getWaitDuration()
Get The waiting time for disconnection.
|
void |
setDescription(String Description)
Set Description information.
|
void |
setMaxDuration(Long MaxDuration)
Set Maximum shim duration.
|
void |
setTemplateName(String TemplateName)
Set Template name.
|
void |
setType(Long Type)
Set Shim content type: 1: image, 2: video.
|
void |
setUrl(String Url)
Set Gasket content.
|
void |
setWaitDuration(Long WaitDuration)
Set The waiting time for disconnection.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateLivePadTemplateRequest()
public CreateLivePadTemplateRequest(CreateLivePadTemplateRequest source)
public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- Template name. Maximum length: 255 bytes. Only Chinese, English, numbers, _, and - are supported.public String getUrl()
public void setUrl(String Url)
Url
- Gasket content.public String getDescription()
public void setDescription(String Description)
Description
- Description information. Maximum length: 1024 bytes. Only Chinese, English, numbers, _, and - are supported.public Long getWaitDuration()
public void setWaitDuration(Long WaitDuration)
WaitDuration
- The waiting time for disconnection. Value range: 0-30000. Unit: ms.public Long getMaxDuration()
public void setMaxDuration(Long MaxDuration)
MaxDuration
- Maximum shim duration. Value range: 0 - positive infinity. Unit: ms.public Long getType()
public void setType(Long Type)
Type
- Shim content type: 1: image, 2: video. Default value: 1.Copyright © 2025. All rights reserved.