Package com.volcengine.cdn.model
Class OriginArgActionForBatchUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.OriginArgActionForBatchUpdateCdnConfigInput
-
public class OriginArgActionForBatchUpdateCdnConfigInput extends Object
OriginArgActionForBatchUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description OriginArgActionForBatchUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OriginArgActionForBatchUpdateCdnConfigInputaddOriginArgComponentsItem(OriginArgComponentForBatchUpdateCdnConfigInput originArgComponentsItem)booleanequals(Object o)@Valid List<OriginArgComponentForBatchUpdateCdnConfigInput>getOriginArgComponents()Get originArgComponentsinthashCode()OriginArgActionForBatchUpdateCdnConfigInputoriginArgComponents(List<OriginArgComponentForBatchUpdateCdnConfigInput> originArgComponents)voidsetOriginArgComponents(List<OriginArgComponentForBatchUpdateCdnConfigInput> originArgComponents)StringtoString()
-
-
-
Method Detail
-
originArgComponents
public OriginArgActionForBatchUpdateCdnConfigInput originArgComponents(List<OriginArgComponentForBatchUpdateCdnConfigInput> originArgComponents)
-
addOriginArgComponentsItem
public OriginArgActionForBatchUpdateCdnConfigInput addOriginArgComponentsItem(OriginArgComponentForBatchUpdateCdnConfigInput originArgComponentsItem)
-
getOriginArgComponents
@Valid public @Valid List<OriginArgComponentForBatchUpdateCdnConfigInput> getOriginArgComponents()
Get originArgComponents- Returns:
- originArgComponents
-
setOriginArgComponents
public void setOriginArgComponents(List<OriginArgComponentForBatchUpdateCdnConfigInput> originArgComponents)
-
-