@ConfigurationProperties(prefix="org.oxerr.ipyy.client") @Validated public class IPYYClientProperties extends Object
| Constructor and Description |
|---|
IPYYClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
@NotEmpty String |
getAccount() |
Integer |
getConnectTimeout() |
String |
getPassword() |
String |
getProxy() |
Integer |
getSocketTimeout() |
void |
setAccount(String account) |
void |
setConnectTimeout(Integer connectTimeout) |
void |
setPassword(String password) |
void |
setProxy(String proxy) |
void |
setSocketTimeout(Integer socketTimeout) |
@NotEmpty public @NotEmpty String getAccount()
public void setAccount(String account)
public String getPassword()
public void setPassword(String password)
public Integer getSocketTimeout()
public void setSocketTimeout(Integer socketTimeout)
public Integer getConnectTimeout()
public void setConnectTimeout(Integer connectTimeout)
public String getProxy()
public void setProxy(String proxy)
Copyright © 2019. All rights reserved.