public class Configuration extends Object
Modifier and Type | Field and Description |
---|---|
String |
AppKey
Gets or sets the app key.
|
String |
AppSid
Gets or sets the app SID.
|
String |
DefaultApiVersion
The default API version
|
String |
DefaultBaseUrl
The default base URL
|
Boolean |
OnPremise
If API service uses on-premise deployment with metered license
|
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
String |
getApiBaseUrl()
Get Aspose Cloud API base URL.
|
String |
getApiRootUrl()
Gets the API root URL.
|
String |
getApiVersion()
Get Aspose Cloud API version.
|
String |
getAuthUrl()
Should not be used
|
Boolean |
getDebugMode()
Get Aspose Cloud API debug mode value.
|
void |
setApiBaseUrl(String value)
Set Aspose Cloud API base URL.
|
void |
setApiVersion(String value)
Set Aspose Cloud API base URL.
|
void |
setAuthUrl(String value)
Should not be used
|
void |
setDebugMode(Boolean value)
Set Aspose Cloud API debug mode value.
|
public final String DefaultBaseUrl
public final String DefaultApiVersion
public String AppKey
public String AppSid
public Boolean OnPremise
public String getApiBaseUrl()
public void setApiBaseUrl(String value)
value
- public void setAuthUrl(String value)
public String getAuthUrl()
public String getApiVersion()
public void setApiVersion(String value) throws Exception
value
- Exception
public Boolean getDebugMode()
public void setDebugMode(Boolean value)
value
- public String getApiRootUrl()
Copyright © 2020. All rights reserved.