public class CentraSiteAccessDetails
extends java.lang.Object
Constructor and Description |
---|
CentraSiteAccessDetails() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApiportaluuid()
Gets the UUID for the API-Portal
|
java.lang.String |
getCredentials()
Gets the Base 64 encoded credentials for CentraSite
|
java.lang.String |
getProviderurl()
Returns the Provider URL value for CentraSite
|
java.lang.Integer |
getRetryCount() |
java.lang.String |
getRetryInterval() |
java.lang.String |
getVersion() |
void |
setApiportaluuid(java.lang.String apiportaluuid)
Sets the UUID for the API-Portal
|
void |
setCredentials(java.lang.String credentials)
Sets the Base 64 encoded credentials for CentraSite
|
void |
setProviderurl(java.lang.String providerurl)
Sets the Provider URL value
|
void |
setRetryCount(java.lang.Integer retryCount) |
void |
setRetryInterval(java.lang.String retryInterval) |
void |
setVersion(java.lang.String version) |
public java.lang.String getProviderurl()
public void setProviderurl(java.lang.String providerurl)
providerurl
- the providerurl to setpublic java.lang.String getApiportaluuid()
public void setApiportaluuid(java.lang.String apiportaluuid)
apiportaluuid
- the apiportaluuid to setpublic java.lang.String getCredentials()
public void setCredentials(java.lang.String credentials)
credentials
- the credentials to setpublic java.lang.Integer getRetryCount()
public void setRetryCount(java.lang.Integer retryCount)
retryCount
- the retryCount to setpublic java.lang.String getRetryInterval()
public void setRetryInterval(java.lang.String retryInterval)
retryInterval
- the retryInterval to setpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the version to set