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