public class ComposeStyles extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComposeStyles() |
ComposeStyles(ComposeStyles 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 |
getId()
Get The style ID, which identifies an element style.
|
ComposeSubtitleStyle |
getSubtitle()
Get The subtitle style details.
|
String |
getType()
Get The type.
|
void |
setId(String Id)
Set The style ID, which identifies an element style.
|
void |
setSubtitle(ComposeSubtitleStyle Subtitle)
Set The subtitle style details.
|
void |
setType(String Type)
Set The 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 ComposeStyles()
public ComposeStyles(ComposeStyles source)
public String getId()
public void setId(String Id)
Id
- The style ID, which identifies an element style.
Note: The style ID can be up to 32 characters long and can contain letters, digits, and special characters -_public String getType()
public void setType(String Type)
Type
- The type. Valid values:
public ComposeSubtitleStyle getSubtitle()
public void setSubtitle(ComposeSubtitleStyle Subtitle)
Subtitle
- The subtitle style details. This parameter is valid if `Type` is `Subtitle`.Copyright © 2024. All rights reserved.