public class TransitionOperation extends AbstractModel
header, skipSign| Constructor and Description |
|---|
TransitionOperation() |
TransitionOperation(TransitionOperation 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 |
getType()
Get Transition type, the values u200bu200bare:
Image transition operation, used for transition processing between two video clip images:
ImageFadeInFadeOut: image fade in and fade out.
|
void |
setType(String Type)
Set Transition type, the values u200bu200bare:
Image transition operation, used for transition processing between two video clip images:
ImageFadeInFadeOut: image fade in and fade out.
|
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, toJsonStringpublic TransitionOperation()
public TransitionOperation(TransitionOperation source)
public String getType()
public void setType(String Type)
Type - Transition type, the values u200bu200bare:
Copyright © 2024. All rights reserved.