public class TimedMetadataSettingInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TimedMetadataSettingInfo() |
TimedMetadataSettingInfo(TimedMetadataSettingInfo 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 |
---|---|
Long |
getBehavior()
Get Whether to transparently transmit ID3 information, optional values: 0:NO_PASSTHROUGH, 1:PASSTHROUGH, default 0.
|
void |
setBehavior(Long Behavior)
Set Whether to transparently transmit ID3 information, optional values: 0:NO_PASSTHROUGH, 1:PASSTHROUGH, default 0.
|
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 TimedMetadataSettingInfo()
public TimedMetadataSettingInfo(TimedMetadataSettingInfo source)
public Long getBehavior()
public void setBehavior(Long Behavior)
Behavior
- Whether to transparently transmit ID3 information, optional values: 0:NO_PASSTHROUGH, 1:PASSTHROUGH, default 0.Copyright © 2024. All rights reserved.