public class AnimatedGraphicTaskInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
AnimatedGraphicTaskInput() |
AnimatedGraphicTaskInput(AnimatedGraphicTaskInput 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 |
getDefinition()
Get Animated image generating template ID
|
Float |
getEndTimeOffset()
Get End time offset of an animated image in the video, in seconds.
|
Float |
getStartTimeOffset()
Get Start time offset of an animated image in the video, in seconds.
|
void |
setDefinition(Long Definition)
Set Animated image generating template ID
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set End time offset of an animated image in the video, in seconds.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set Start time offset of an animated image in the video, in seconds.
|
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 AnimatedGraphicTaskInput()
public AnimatedGraphicTaskInput(AnimatedGraphicTaskInput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Animated image generating template IDpublic Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- Start time offset of an animated image in the video, in seconds.
public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- End time offset of an animated image in the video, in seconds.
Copyright © 2024. All rights reserved.