Package | Description |
---|---|
com.tencentcloudapi.eb.v20210416.models |
Modifier and Type | Method and Description |
---|---|
Transformation[] |
CreateTransformationRequest.getTransformations()
Get Transformation rule list (currently, only one is supported)
|
Transformation[] |
CheckTransformationRequest.getTransformations()
Get Transformation rule list
|
Transformation[] |
UpdateTransformationRequest.getTransformations()
Get Transformation rule list (currently, only one is supported)
|
Transformation[] |
GetTransformationResponse.getTransformations()
Get Transformation rule list
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTransformationRequest.setTransformations(Transformation[] Transformations)
Set Transformation rule list (currently, only one is supported)
|
void |
CheckTransformationRequest.setTransformations(Transformation[] Transformations)
Set Transformation rule list
|
void |
UpdateTransformationRequest.setTransformations(Transformation[] Transformations)
Set Transformation rule list (currently, only one is supported)
|
void |
GetTransformationResponse.setTransformations(Transformation[] Transformations)
Set Transformation rule list
|
Constructor and Description |
---|
Transformation(Transformation 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.
|
Copyright © 2023. All rights reserved.