@ConfigurationProperties(value="image-server-admin") public class ImageServerAdminWebModuleSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCESS_TOKEN |
static String |
IMAGE_SERVER_URL |
| Constructor and Description |
|---|
ImageServerAdminWebModuleSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAccessToken()
Access token required for secured services.
|
String |
getImageServerUrl()
URL or base path for the ImageServer instance this admin should manage.
|
int |
hashCode() |
void |
setAccessToken(String accessToken)
Access token required for secured services.
|
void |
setImageServerUrl(String imageServerUrl)
URL or base path for the ImageServer instance this admin should manage.
|
String |
toString() |
public static final String IMAGE_SERVER_URL
public static final String ACCESS_TOKEN
public String getImageServerUrl()
public String getAccessToken()
public void setImageServerUrl(String imageServerUrl)
public void setAccessToken(String accessToken)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.