Package com.volcengine.cdn.model
Class AuthModeConfigForAddCdnDomainInput
- java.lang.Object
-
- com.volcengine.cdn.model.AuthModeConfigForAddCdnDomainInput
-
public class AuthModeConfigForAddCdnDomainInput extends Object
AuthModeConfigForAddCdnDomainInput
-
-
Constructor Summary
Constructors Constructor Description AuthModeConfigForAddCdnDomainInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthModeConfigForAddCdnDomainInputbackupRemoteAddr(String backupRemoteAddr)booleanequals(Object o)StringgetBackupRemoteAddr()Get backupRemoteAddrStringgetMasterRemoteAddr()Get masterRemoteAddrStringgetPathType()Get pathTypeStringgetPathValue()Get pathValueStringgetRequestMethod()Get requestMethodinthashCode()AuthModeConfigForAddCdnDomainInputmasterRemoteAddr(String masterRemoteAddr)AuthModeConfigForAddCdnDomainInputpathType(String pathType)AuthModeConfigForAddCdnDomainInputpathValue(String pathValue)AuthModeConfigForAddCdnDomainInputrequestMethod(String requestMethod)voidsetBackupRemoteAddr(String backupRemoteAddr)voidsetMasterRemoteAddr(String masterRemoteAddr)voidsetPathType(String pathType)voidsetPathValue(String pathValue)voidsetRequestMethod(String requestMethod)StringtoString()
-
-
-
Method Detail
-
backupRemoteAddr
public AuthModeConfigForAddCdnDomainInput backupRemoteAddr(String backupRemoteAddr)
-
getBackupRemoteAddr
public String getBackupRemoteAddr()
Get backupRemoteAddr- Returns:
- backupRemoteAddr
-
setBackupRemoteAddr
public void setBackupRemoteAddr(String backupRemoteAddr)
-
masterRemoteAddr
public AuthModeConfigForAddCdnDomainInput masterRemoteAddr(String masterRemoteAddr)
-
getMasterRemoteAddr
public String getMasterRemoteAddr()
Get masterRemoteAddr- Returns:
- masterRemoteAddr
-
setMasterRemoteAddr
public void setMasterRemoteAddr(String masterRemoteAddr)
-
pathType
public AuthModeConfigForAddCdnDomainInput pathType(String pathType)
-
getPathType
public String getPathType()
Get pathType- Returns:
- pathType
-
setPathType
public void setPathType(String pathType)
-
pathValue
public AuthModeConfigForAddCdnDomainInput pathValue(String pathValue)
-
getPathValue
public String getPathValue()
Get pathValue- Returns:
- pathValue
-
setPathValue
public void setPathValue(String pathValue)
-
requestMethod
public AuthModeConfigForAddCdnDomainInput requestMethod(String requestMethod)
-
getRequestMethod
public String getRequestMethod()
Get requestMethod- Returns:
- requestMethod
-
setRequestMethod
public void setRequestMethod(String requestMethod)
-
-