Class ErrLogDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.ErrLogDetail
-
public class ErrLogDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ErrLogDetail()ErrLogDetail(ErrLogDetail source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatabase()Get 数据库名字StringgetErrMsg()Get 错误消息StringgetErrTime()Get 错误发生时间StringgetUserName()Get 用户名voidsetDatabase(String Database)Set 数据库名字voidsetErrMsg(String ErrMsg)Set 错误消息voidsetErrTime(String ErrTime)Set 错误发生时间voidsetUserName(String UserName)Set 用户名voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ErrLogDetail
public ErrLogDetail()
-
ErrLogDetail
public ErrLogDetail(ErrLogDetail source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getUserName
public String getUserName()
Get 用户名- Returns:
- UserName 用户名
-
setUserName
public void setUserName(String UserName)
Set 用户名- Parameters:
UserName- 用户名
-
getDatabase
public String getDatabase()
Get 数据库名字- Returns:
- Database 数据库名字
-
setDatabase
public void setDatabase(String Database)
Set 数据库名字- Parameters:
Database- 数据库名字
-
getErrTime
public String getErrTime()
Get 错误发生时间- Returns:
- ErrTime 错误发生时间
-
setErrTime
public void setErrTime(String ErrTime)
Set 错误发生时间- Parameters:
ErrTime- 错误发生时间
-
getErrMsg
public String getErrMsg()
Get 错误消息- Returns:
- ErrMsg 错误消息
-
setErrMsg
public void setErrMsg(String ErrMsg)
Set 错误消息- Parameters:
ErrMsg- 错误消息
-
-