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