Package com.influxdb.client.domain
Class RemoteConnectionCreationRequest
java.lang.Object
com.influxdb.client.domain.RemoteConnectionCreationRequest
RemoteConnectionCreationRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallowInsecureTLS
(Boolean allowInsecureTLS) description
(String description) boolean
Get allowInsecureTLSGet descriptiongetName()
Get namegetOrgID()
Get orgIDGet remoteAPITokenGet remoteOrgIDGet remoteURLint
hashCode()
remoteAPIToken
(String remoteAPIToken) remoteOrgID
(String remoteOrgID) void
setAllowInsecureTLS
(Boolean allowInsecureTLS) void
setDescription
(String description) void
void
void
setRemoteAPIToken
(String remoteAPIToken) void
setRemoteOrgID
(String remoteOrgID) void
setRemoteURL
(String remoteURL) toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ORG_I_D
- See Also:
-
SERIALIZED_NAME_REMOTE_U_R_L
- See Also:
-
SERIALIZED_NAME_REMOTE_A_P_I_TOKEN
- See Also:
-
SERIALIZED_NAME_REMOTE_ORG_I_D
- See Also:
-
SERIALIZED_NAME_ALLOW_INSECURE_T_L_S
- See Also:
-
-
Constructor Details
-
RemoteConnectionCreationRequest
public RemoteConnectionCreationRequest()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
orgID
-
getOrgID
Get orgID- Returns:
- orgID
-
setOrgID
-
remoteURL
-
getRemoteURL
Get remoteURL- Returns:
- remoteURL
-
setRemoteURL
-
remoteAPIToken
-
getRemoteAPIToken
Get remoteAPIToken- Returns:
- remoteAPIToken
-
setRemoteAPIToken
-
remoteOrgID
-
getRemoteOrgID
Get remoteOrgID- Returns:
- remoteOrgID
-
setRemoteOrgID
-
allowInsecureTLS
-
getAllowInsecureTLS
Get allowInsecureTLS- Returns:
- allowInsecureTLS
-
setAllowInsecureTLS
-
equals
-
hashCode
public int hashCode() -
toString
-