Package com.volcengine.cdn.model
Class AddSharedConfigRequest
- java.lang.Object
-
- com.volcengine.cdn.model.AddSharedConfigRequest
-
public class AddSharedConfigRequest extends Object
AddSharedConfigRequest
-
-
Constructor Summary
Constructors Constructor Description AddSharedConfigRequest()
-
Method Summary
-
-
-
Method Detail
-
allowIpAccessRule
public AddSharedConfigRequest allowIpAccessRule(AllowIpAccessRuleForAddSharedConfigInput allowIpAccessRule)
-
getAllowIpAccessRule
@Valid public @Valid AllowIpAccessRuleForAddSharedConfigInput getAllowIpAccessRule()
Get allowIpAccessRule- Returns:
- allowIpAccessRule
-
setAllowIpAccessRule
public void setAllowIpAccessRule(AllowIpAccessRuleForAddSharedConfigInput allowIpAccessRule)
-
allowRefererAccessRule
public AddSharedConfigRequest allowRefererAccessRule(AllowRefererAccessRuleForAddSharedConfigInput allowRefererAccessRule)
-
getAllowRefererAccessRule
@Valid public @Valid AllowRefererAccessRuleForAddSharedConfigInput getAllowRefererAccessRule()
Get allowRefererAccessRule- Returns:
- allowRefererAccessRule
-
setAllowRefererAccessRule
public void setAllowRefererAccessRule(AllowRefererAccessRuleForAddSharedConfigInput allowRefererAccessRule)
-
commonMatchList
public AddSharedConfigRequest commonMatchList(CommonMatchListForAddSharedConfigInput commonMatchList)
-
getCommonMatchList
@Valid public @Valid CommonMatchListForAddSharedConfigInput getCommonMatchList()
Get commonMatchList- Returns:
- commonMatchList
-
setCommonMatchList
public void setCommonMatchList(CommonMatchListForAddSharedConfigInput commonMatchList)
-
configName
public AddSharedConfigRequest configName(String configName)
-
getConfigName
@NotNull public @NotNull String getConfigName()
Get configName- Returns:
- configName
-
setConfigName
public void setConfigName(String configName)
-
configType
public AddSharedConfigRequest configType(String configType)
-
getConfigType
@NotNull public @NotNull String getConfigType()
Get configType- Returns:
- configType
-
setConfigType
public void setConfigType(String configType)
-
denyIpAccessRule
public AddSharedConfigRequest denyIpAccessRule(DenyIpAccessRuleForAddSharedConfigInput denyIpAccessRule)
-
getDenyIpAccessRule
@Valid public @Valid DenyIpAccessRuleForAddSharedConfigInput getDenyIpAccessRule()
Get denyIpAccessRule- Returns:
- denyIpAccessRule
-
setDenyIpAccessRule
public void setDenyIpAccessRule(DenyIpAccessRuleForAddSharedConfigInput denyIpAccessRule)
-
denyRefererAccessRule
public AddSharedConfigRequest denyRefererAccessRule(DenyRefererAccessRuleForAddSharedConfigInput denyRefererAccessRule)
-
getDenyRefererAccessRule
@Valid public @Valid DenyRefererAccessRuleForAddSharedConfigInput getDenyRefererAccessRule()
Get denyRefererAccessRule- Returns:
- denyRefererAccessRule
-
setDenyRefererAccessRule
public void setDenyRefererAccessRule(DenyRefererAccessRuleForAddSharedConfigInput denyRefererAccessRule)
-
project
public AddSharedConfigRequest project(String project)
-
getProject
public String getProject()
Get project- Returns:
- project
-
setProject
public void setProject(String project)
-
-