public class RemoteServerLoggerData extends Object
| Constructor and Description |
|---|
RemoteServerLoggerData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectTimeoutMillis() |
String |
getKeystoreLocation() |
String |
getKeystorePassword() |
String |
getPassword() |
String |
getTruststoreLocation() |
String |
getTruststorePassword() |
String |
getUrl() |
String |
getUsername() |
boolean |
isApiLogType() |
boolean |
isAuditLogType() |
boolean |
isCarbonLogType() |
boolean |
isVerifyHostname() |
void |
setApiLogType(boolean apiLogType) |
void |
setAuditLogType(boolean auditLogType) |
void |
setCarbonLogType(boolean carbonLogType) |
void |
setConnectTimeoutMillis(String connectTimeoutMillis) |
void |
setKeystoreLocation(String keystoreLocation) |
void |
setKeystorePassword(String keystorePassword) |
void |
setPassword(String password) |
void |
setTruststoreLocation(String truststoreLocation) |
void |
setTruststorePassword(String truststorePassword) |
void |
setUrl(String url) |
void |
setUsername(String username) |
void |
setVerifyHostname(boolean verifyHostname) |
public String getUrl()
public void setUrl(String url)
public String getConnectTimeoutMillis()
public void setConnectTimeoutMillis(String connectTimeoutMillis)
public boolean isAuditLogType()
public void setAuditLogType(boolean auditLogType)
public boolean isApiLogType()
public void setApiLogType(boolean apiLogType)
public boolean isCarbonLogType()
public void setCarbonLogType(boolean carbonLogType)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getKeystoreLocation()
public void setKeystoreLocation(String keystoreLocation)
public String getKeystorePassword()
public void setKeystorePassword(String keystorePassword)
public String getTruststoreLocation()
public void setTruststoreLocation(String truststoreLocation)
public String getTruststorePassword()
public void setTruststorePassword(String truststorePassword)
public boolean isVerifyHostname()
public void setVerifyHostname(boolean verifyHostname)
Copyright © 2023 WSO2. All rights reserved.