public class RemoteConnection extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLOW_INSECURE_T_L_S |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_ORG_I_D |
static String |
SERIALIZED_NAME_REMOTE_ORG_I_D |
static String |
SERIALIZED_NAME_REMOTE_U_R_L |
| Constructor and Description |
|---|
RemoteConnection() |
| Modifier and Type | Method and Description |
|---|---|
RemoteConnection |
allowInsecureTLS(Boolean allowInsecureTLS) |
RemoteConnection |
description(String description) |
boolean |
equals(Object o) |
Boolean |
getAllowInsecureTLS()
Get allowInsecureTLS
|
String |
getDescription()
Get description
|
String |
getId()
Get id
|
String |
getName()
Get name
|
String |
getOrgID()
Get orgID
|
String |
getRemoteOrgID()
Get remoteOrgID
|
String |
getRemoteURL()
Get remoteURL
|
int |
hashCode() |
RemoteConnection |
id(String id) |
RemoteConnection |
name(String name) |
RemoteConnection |
orgID(String orgID) |
RemoteConnection |
remoteOrgID(String remoteOrgID) |
RemoteConnection |
remoteURL(String remoteURL) |
void |
setAllowInsecureTLS(Boolean allowInsecureTLS) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setOrgID(String orgID) |
void |
setRemoteOrgID(String remoteOrgID) |
void |
setRemoteURL(String remoteURL) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_ORG_I_D
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_REMOTE_U_R_L
public static final String SERIALIZED_NAME_REMOTE_ORG_I_D
public static final String SERIALIZED_NAME_ALLOW_INSECURE_T_L_S
public RemoteConnection id(String id)
public String getId()
public void setId(String id)
public RemoteConnection name(String name)
public String getName()
public void setName(String name)
public RemoteConnection orgID(String orgID)
public String getOrgID()
public void setOrgID(String orgID)
public RemoteConnection description(String description)
public String getDescription()
public void setDescription(String description)
public RemoteConnection remoteURL(String remoteURL)
public String getRemoteURL()
public void setRemoteURL(String remoteURL)
public RemoteConnection remoteOrgID(String remoteOrgID)
public String getRemoteOrgID()
public void setRemoteOrgID(String remoteOrgID)
public RemoteConnection allowInsecureTLS(Boolean allowInsecureTLS)
public Boolean getAllowInsecureTLS()
public void setAllowInsecureTLS(Boolean allowInsecureTLS)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.