public class ImageProxySettings extends Object
| Constructor and Description |
|---|
ImageProxySettings() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ImageProxyType |
getImageProxyType() |
String |
getRemoteImageProxyOptions() |
String |
getRemoteImageProxyUrl() |
int |
hashCode() |
boolean |
isEnable() |
void |
setEnable(boolean enable) |
void |
setImageProxyType(ImageProxyType imageProxyType) |
void |
setRemoteImageProxyOptions(String remoteImageProxyOptions) |
void |
setRemoteImageProxyUrl(String remoteImageProxyUrl) |
String |
toString() |
public boolean isEnable()
public ImageProxyType getImageProxyType()
public String getRemoteImageProxyUrl()
public String getRemoteImageProxyOptions()
public void setEnable(boolean enable)
public void setImageProxyType(ImageProxyType imageProxyType)
public void setRemoteImageProxyUrl(String remoteImageProxyUrl)
public void setRemoteImageProxyOptions(String remoteImageProxyOptions)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.