Class URLRequestBody
java.lang.Object
org.odpi.openmetadata.adminservices.rest.URLRequestBody
- Direct Known Subclasses:
PlatformSecurityRequestBody
URLRequestBody provides a container for transporting a URL string in a request body.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorURLRequestBody(URLRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare objectsReturn the secrets collection to use for the connection to the remote server.Return the location information for the secrets store - this is stored in the endpoint network address for the secrets store connector.Return the class name of the secrets store provider.Return the URL root (typically host name and port).inthashCode()Simple hash for the objectvoidsetSecretsStoreCollection(String secretsStoreCollection) Set up the secrets collection to use for the connection to the remote server.voidsetSecretsStoreLocation(String secretsStoreLocation) Set up the location information for the secrets store - this is stored in the endpoint network address for the secrets store connector.voidsetSecretsStoreProvider(String secretsStoreProvider) Set up the class name of the secrets store provider.voidsetUrlRoot(String urlRoot) Set up the URL root (typically host name and port).toString()JSON-style toString
-
Constructor Details
-
URLRequestBody
public URLRequestBody()Default constructor -
URLRequestBody
Copy/clone constructor- Parameters:
template- source
-
-
Method Details
-
getUrlRoot
Return the URL root (typically host name and port).- Returns:
- string
-
setUrlRoot
Set up the URL root (typically host name and port).- Parameters:
urlRoot- string
-
getSecretsStoreProvider
Return the class name of the secrets store provider.- Returns:
- string
-
setSecretsStoreProvider
Set up the class name of the secrets store provider.- Parameters:
secretsStoreProvider- string
-
getSecretsStoreLocation
Return the location information for the secrets store - this is stored in the endpoint network address for the secrets store connector.- Returns:
- string
-
setSecretsStoreLocation
Set up the location information for the secrets store - this is stored in the endpoint network address for the secrets store connector.- Parameters:
secretsStoreLocation- string
-
getSecretsStoreCollection
Return the secrets collection to use for the connection to the remote server.- Returns:
- string
-
setSecretsStoreCollection
Set up the secrets collection to use for the connection to the remote server.- Parameters:
secretsStoreCollection- string
-
toString
JSON-style toString -
equals
Compare objects -
hashCode
public int hashCode()Simple hash for the object
-