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