Package com.influxdb.client.domain
Class RemoteConnection
java.lang.Object
com.influxdb.client.domain.RemoteConnection
RemoteConnection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowInsecureTLS(Boolean allowInsecureTLS) description(String description) booleanGet allowInsecureTLSGet descriptiongetId()Get idgetName()Get namegetOrgID()Get orgIDGet remoteOrgIDGet remoteURLinthashCode()remoteOrgID(String remoteOrgID) voidsetAllowInsecureTLS(Boolean allowInsecureTLS) voidsetDescription(String description) voidvoidvoidvoidsetRemoteOrgID(String remoteOrgID) voidsetRemoteURL(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
-