public static class DescribeShardDbConnectionInfoResponse.ConnectionInfo extends Object
| Constructor and Description |
|---|
ConnectionInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBlockingTimeout() |
String |
getConnectionProperties() |
String |
getDbStatus() |
String |
getDbType() |
Integer |
getIdleTimeOut() |
String |
getInstanceName() |
String |
getInstanceUrl() |
Integer |
getMaxPoolSize() |
Integer |
getMinPoolSize() |
Integer |
getPreparedStatementCacheSize() |
String |
getSubDbName() |
String |
getUserName() |
void |
setBlockingTimeout(Integer blockingTimeout) |
void |
setConnectionProperties(String connectionProperties) |
void |
setDbStatus(String dbStatus) |
void |
setDbType(String dbType) |
void |
setIdleTimeOut(Integer idleTimeOut) |
void |
setInstanceName(String instanceName) |
void |
setInstanceUrl(String instanceUrl) |
void |
setMaxPoolSize(Integer maxPoolSize) |
void |
setMinPoolSize(Integer minPoolSize) |
void |
setPreparedStatementCacheSize(Integer preparedStatementCacheSize) |
void |
setSubDbName(String subDbName) |
void |
setUserName(String userName) |
public String getInstanceName()
public void setInstanceName(String instanceName)
public String getInstanceUrl()
public void setInstanceUrl(String instanceUrl)
public String getSubDbName()
public void setSubDbName(String subDbName)
public String getDbStatus()
public void setDbStatus(String dbStatus)
public String getDbType()
public void setDbType(String dbType)
public Integer getMinPoolSize()
public void setMinPoolSize(Integer minPoolSize)
public Integer getMaxPoolSize()
public void setMaxPoolSize(Integer maxPoolSize)
public Integer getIdleTimeOut()
public void setIdleTimeOut(Integer idleTimeOut)
public Integer getBlockingTimeout()
public void setBlockingTimeout(Integer blockingTimeout)
public String getConnectionProperties()
public void setConnectionProperties(String connectionProperties)
public Integer getPreparedStatementCacheSize()
public void setPreparedStatementCacheSize(Integer preparedStatementCacheSize)
public String getUserName()
public void setUserName(String userName)
Copyright © 2020. All Rights Reserved.