public class RemoteConnectionUpdateRequest 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_NAME |
static String |
SERIALIZED_NAME_REMOTE_A_P_I_TOKEN |
static String |
SERIALIZED_NAME_REMOTE_ORG_I_D |
static String |
SERIALIZED_NAME_REMOTE_U_R_L |
Constructor and Description |
---|
RemoteConnectionUpdateRequest() |
Modifier and Type | Method and Description |
---|---|
RemoteConnectionUpdateRequest |
allowInsecureTLS(Boolean allowInsecureTLS) |
RemoteConnectionUpdateRequest |
description(String description) |
boolean |
equals(Object o) |
Boolean |
getAllowInsecureTLS()
Get allowInsecureTLS
|
String |
getDescription()
Get description
|
String |
getName()
Get name
|
String |
getRemoteAPIToken()
Get remoteAPIToken
|
String |
getRemoteOrgID()
Get remoteOrgID
|
String |
getRemoteURL()
Get remoteURL
|
int |
hashCode() |
RemoteConnectionUpdateRequest |
name(String name) |
RemoteConnectionUpdateRequest |
remoteAPIToken(String remoteAPIToken) |
RemoteConnectionUpdateRequest |
remoteOrgID(String remoteOrgID) |
RemoteConnectionUpdateRequest |
remoteURL(String remoteURL) |
void |
setAllowInsecureTLS(Boolean allowInsecureTLS) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRemoteAPIToken(String remoteAPIToken) |
void |
setRemoteOrgID(String remoteOrgID) |
void |
setRemoteURL(String remoteURL) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_REMOTE_U_R_L
public static final String SERIALIZED_NAME_REMOTE_A_P_I_TOKEN
public static final String SERIALIZED_NAME_REMOTE_ORG_I_D
public static final String SERIALIZED_NAME_ALLOW_INSECURE_T_L_S
public RemoteConnectionUpdateRequest name(String name)
public String getName()
public void setName(String name)
public RemoteConnectionUpdateRequest description(String description)
public String getDescription()
public void setDescription(String description)
public RemoteConnectionUpdateRequest remoteURL(String remoteURL)
public String getRemoteURL()
public void setRemoteURL(String remoteURL)
public RemoteConnectionUpdateRequest remoteAPIToken(String remoteAPIToken)
public String getRemoteAPIToken()
public void setRemoteAPIToken(String remoteAPIToken)
public RemoteConnectionUpdateRequest remoteOrgID(String remoteOrgID)
public String getRemoteOrgID()
public void setRemoteOrgID(String remoteOrgID)
public RemoteConnectionUpdateRequest allowInsecureTLS(Boolean allowInsecureTLS)
public Boolean getAllowInsecureTLS()
public void setAllowInsecureTLS(Boolean allowInsecureTLS)
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.