Package com.volcengine.cdn.model
Class PrivateBucketAuthForUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.PrivateBucketAuthForUpdateCdnConfigInput
-
public class PrivateBucketAuthForUpdateCdnConfigInput extends Object
PrivateBucketAuthForUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description PrivateBucketAuthForUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateBucketAuthForUpdateCdnConfigInput_switch(Boolean _switch)PrivateBucketAuthForUpdateCdnConfigInputauthType(String authType)booleanequals(Object o)StringgetAuthType()Get authType@Valid TosAuthInformationForUpdateCdnConfigInputgetTosAuthInformation()Get tosAuthInformationinthashCode()BooleanisSwitch()Get _switchvoidsetAuthType(String authType)voidsetSwitch(Boolean _switch)voidsetTosAuthInformation(TosAuthInformationForUpdateCdnConfigInput tosAuthInformation)PrivateBucketAuthForUpdateCdnConfigInputtosAuthInformation(TosAuthInformationForUpdateCdnConfigInput tosAuthInformation)StringtoString()
-
-
-
Method Detail
-
authType
public PrivateBucketAuthForUpdateCdnConfigInput authType(String authType)
-
getAuthType
public String getAuthType()
Get authType- Returns:
- authType
-
setAuthType
public void setAuthType(String authType)
-
_switch
public PrivateBucketAuthForUpdateCdnConfigInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
tosAuthInformation
public PrivateBucketAuthForUpdateCdnConfigInput tosAuthInformation(TosAuthInformationForUpdateCdnConfigInput tosAuthInformation)
-
getTosAuthInformation
@Valid public @Valid TosAuthInformationForUpdateCdnConfigInput getTosAuthInformation()
Get tosAuthInformation- Returns:
- tosAuthInformation
-
setTosAuthInformation
public void setTosAuthInformation(TosAuthInformationForUpdateCdnConfigInput tosAuthInformation)
-
-