public class SubtitleFormatsOperation extends AbstractModel
header, skipSign
Constructor and Description |
---|
SubtitleFormatsOperation() |
SubtitleFormatsOperation(SubtitleFormatsOperation 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[] |
getFormats()
Get The subtitle format list.
|
String |
getType()
Get The modification type.
|
void |
setFormats(String[] Formats)
Set The subtitle format list.
|
void |
setType(String Type)
Set The modification type.
|
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 SubtitleFormatsOperation()
public SubtitleFormatsOperation(SubtitleFormatsOperation source)
public String getType()
public void setType(String Type)
Type
- The modification type. Valid values:
public String[] getFormats()
public void setFormats(String[] Formats)
Formats
- The subtitle format list. Valid values:
Copyright © 2024. All rights reserved.