Package com.volcengine.cdn.model
Class AuthResponseConfigForBatchUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.AuthResponseConfigForBatchUpdateCdnConfigInput
-
public class AuthResponseConfigForBatchUpdateCdnConfigInput extends Object
AuthResponseConfigForBatchUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description AuthResponseConfigForBatchUpdateCdnConfigInput()
-
Method Summary
-
-
-
Method Detail
-
cacheAction
public AuthResponseConfigForBatchUpdateCdnConfigInput cacheAction(ConvertCacheActionForBatchUpdateCdnConfigInput cacheAction)
-
getCacheAction
@Valid public @Valid ConvertCacheActionForBatchUpdateCdnConfigInput getCacheAction()
Get cacheAction- Returns:
- cacheAction
-
setCacheAction
public void setCacheAction(ConvertCacheActionForBatchUpdateCdnConfigInput cacheAction)
-
responseAction
public AuthResponseConfigForBatchUpdateCdnConfigInput responseAction(ResponseActionForBatchUpdateCdnConfigInput responseAction)
-
getResponseAction
@Valid public @Valid ResponseActionForBatchUpdateCdnConfigInput getResponseAction()
Get responseAction- Returns:
- responseAction
-
setResponseAction
public void setResponseAction(ResponseActionForBatchUpdateCdnConfigInput responseAction)
-
statusCodeAction
public AuthResponseConfigForBatchUpdateCdnConfigInput statusCodeAction(StatusCodeActionForBatchUpdateCdnConfigInput statusCodeAction)
-
getStatusCodeAction
@Valid public @Valid StatusCodeActionForBatchUpdateCdnConfigInput getStatusCodeAction()
Get statusCodeAction- Returns:
- statusCodeAction
-
setStatusCodeAction
public void setStatusCodeAction(StatusCodeActionForBatchUpdateCdnConfigInput statusCodeAction)
-
timeOutAction
public AuthResponseConfigForBatchUpdateCdnConfigInput timeOutAction(TimeOutActionForBatchUpdateCdnConfigInput timeOutAction)
-
getTimeOutAction
@Valid public @Valid TimeOutActionForBatchUpdateCdnConfigInput getTimeOutAction()
Get timeOutAction- Returns:
- timeOutAction
-
setTimeOutAction
public void setTimeOutAction(TimeOutActionForBatchUpdateCdnConfigInput timeOutAction)
-
-