Package com.aserto.model
Class Config
java.lang.Object
com.aserto.model.Config
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()intgetPort()getToken()voidvoidsetCaCertPath(String caCertPath) voidvoidsetInsecure(Boolean insecure) voidsetPort(int port) voidsetTenantId(String tenantId) void
-
Constructor Details
-
Config
public Config() -
Config
-
-
Method Details
-
getHost
-
setHost
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
getApiKey
-
setApiKey
-
getTenantId
-
setTenantId
-
getToken
-
setToken
-
getInsecure
-
setInsecure
-
getCaCertPath
-
setCaCertPath
-