public class StorageAdapter extends Object implements Validatable
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageAdapter.Type |
| Constructor and Description |
|---|
StorageAdapter() |
StorageAdapter(StorageAdapter original) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConnectTimeoutSecs() |
String |
getFeedcommContext() |
String |
getFeedId() |
String |
getHawkularContext() |
String |
getMetricsContext() |
String |
getPassword() |
Integer |
getReadTimeoutSecs() |
String |
getSecurityRealmName() |
String |
getTenantId() |
StorageAdapter.Type |
getType() |
String |
getUrl() |
String |
getUsername() |
void |
setConnectTimeoutSecs(Integer connectTimeoutSecs) |
void |
setFeedcommContext(String feedcommContext) |
void |
setFeedId(String feedId) |
void |
setHawkularContext(String hawkularContext) |
void |
setMetricsContext(String metricsContext) |
void |
setPassword(String password) |
void |
setReadTimeoutSecs(Integer readTimeoutSecs) |
void |
setSecurityRealmName(String securityRealmName) |
void |
setTenantId(String tenantId) |
void |
setType(StorageAdapter.Type type) |
void |
setUrl(String url) |
void |
setUsername(String username) |
boolean |
useSSL() |
void |
validate()
Checks the state of the object to ensure it is valid.
|
public StorageAdapter()
public StorageAdapter(StorageAdapter original)
public boolean useSSL()
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validpublic StorageAdapter.Type getType()
public void setType(StorageAdapter.Type type)
public String getUrl()
public void setUrl(String url)
public String getTenantId()
public void setTenantId(String tenantId)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getFeedId()
public void setFeedId(String feedId)
public String getSecurityRealmName()
public void setSecurityRealmName(String securityRealmName)
public String getMetricsContext()
public void setMetricsContext(String metricsContext)
public String getFeedcommContext()
public void setFeedcommContext(String feedcommContext)
public String getHawkularContext()
public void setHawkularContext(String hawkularContext)
public Integer getConnectTimeoutSecs()
public void setConnectTimeoutSecs(Integer connectTimeoutSecs)
public Integer getReadTimeoutSecs()
public void setReadTimeoutSecs(Integer readTimeoutSecs)
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.