public class ImageProcess extends Object
构造器和说明 |
---|
ImageProcess(String compliedHost,
Boolean sourceFileProtect,
String sourceFileProtectSuffix,
String styleDelimiters) |
ImageProcess(String compliedHost,
Boolean sourceFileProtect,
String sourceFileProtectSuffix,
String styleDelimiters,
Boolean supportAtStyle) |
限定符和类型 | 方法和说明 |
---|---|
String |
getCompliedHost() |
String |
getSourceFileProtectSuffix() |
String |
getStyleDelimiters() |
Integer |
getVersion() |
Boolean |
isSourceFileProtect() |
Boolean |
isSupportAtStyle() |
void |
setCompliedHost(String compliedHost) |
void |
setSourceFileProtect(Boolean sourceFileProtect) |
void |
setSourceFileProtectSuffix(String sourceFileProtectSuffix) |
void |
setStyleDelimiters(String styleDelimiters) |
void |
setSupportAtStyle(Boolean supportAtStyle) |
void |
setVersion(Integer version) |
public ImageProcess(String compliedHost, Boolean sourceFileProtect, String sourceFileProtectSuffix, String styleDelimiters)
public String getCompliedHost()
public void setCompliedHost(String compliedHost)
public Boolean isSourceFileProtect()
public void setSourceFileProtect(Boolean sourceFileProtect)
public String getSourceFileProtectSuffix()
public void setSourceFileProtectSuffix(String sourceFileProtectSuffix)
public String getStyleDelimiters()
public void setStyleDelimiters(String styleDelimiters)
public Integer getVersion()
public void setVersion(Integer version)
public Boolean isSupportAtStyle()
public void setSupportAtStyle(Boolean supportAtStyle)
Copyright © 2019. All Rights Reserved.