public class ClientConfig
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientConfig.Builder
The type Builder.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApplicationId()
Gets the client application's applicationId.
|
java.lang.String |
getApplicationVersion()
Gets the client application's version.
|
boolean |
getDisableTemporarySecurityFile() |
java.lang.String |
getEndpoint()
Gets the Axual Platform endpoint, which typically is the URL to the platform's Discovery
API.
|
java.lang.String |
getEnvironment()
Gets the client application's environment, eg.
|
SslConfig |
getSslConfig()
Gets the ssl config with which the client application connects to Axual Platform.
|
java.lang.String |
getTempDir()
Get the temp directory path
|
java.lang.String |
getTenant()
Gets the client application's tenant.
|
int |
hashCode() |
static ClientConfig.Builder |
newBuilder()
Create a new builder for this class.
|
static ClientConfig.Builder |
newBuilder(ClientConfig original)
Create a new builder for this class based on the original ClientConfig.
|
java.lang.String |
toString() |
public static ClientConfig.Builder newBuilder()
public static ClientConfig.Builder newBuilder(ClientConfig original)
original - The configuration from which the builder values will be populatedpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getApplicationId()
public java.lang.String getApplicationVersion()
public java.lang.String getEndpoint()
public java.lang.String getEnvironment()
public java.lang.String getTenant()
public SslConfig getSslConfig()
public java.lang.String getTempDir()
public boolean getDisableTemporarySecurityFile()
Copyright © 2020 Axual B.V.. All rights reserved.