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