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