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