Package com.volcengine.cdn.model
Class OriginRewriteActionForAddCdnDomainInput
- java.lang.Object
-
- com.volcengine.cdn.model.OriginRewriteActionForAddCdnDomainInput
-
public class OriginRewriteActionForAddCdnDomainInput extends Object
OriginRewriteActionForAddCdnDomainInput
-
-
Constructor Summary
Constructors Constructor Description OriginRewriteActionForAddCdnDomainInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetRewriteType()Get rewriteTypeStringgetSourcePath()Get sourcePathStringgetTargetPath()Get targetPathinthashCode()OriginRewriteActionForAddCdnDomainInputrewriteType(String rewriteType)voidsetRewriteType(String rewriteType)voidsetSourcePath(String sourcePath)voidsetTargetPath(String targetPath)OriginRewriteActionForAddCdnDomainInputsourcePath(String sourcePath)OriginRewriteActionForAddCdnDomainInputtargetPath(String targetPath)StringtoString()
-
-
-
Method Detail
-
rewriteType
public OriginRewriteActionForAddCdnDomainInput rewriteType(String rewriteType)
-
getRewriteType
public String getRewriteType()
Get rewriteType- Returns:
- rewriteType
-
setRewriteType
public void setRewriteType(String rewriteType)
-
sourcePath
public OriginRewriteActionForAddCdnDomainInput sourcePath(String sourcePath)
-
getSourcePath
public String getSourcePath()
Get sourcePath- Returns:
- sourcePath
-
setSourcePath
public void setSourcePath(String sourcePath)
-
targetPath
public OriginRewriteActionForAddCdnDomainInput targetPath(String targetPath)
-
getTargetPath
public String getTargetPath()
Get targetPath- Returns:
- targetPath
-
setTargetPath
public void setTargetPath(String targetPath)
-
-