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 String
getDatabase()
Get 数据库名字String
getErrMsg()
Get 错误消息String
getErrTime()
Get 错误发生时间String
getUserName()
Get 用户名void
setDatabase(String Database)
Set 数据库名字void
setErrMsg(String ErrMsg)
Set 错误消息void
setErrTime(String ErrTime)
Set 错误发生时间void
setUserName(String UserName)
Set 用户名void
toMap(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
- 错误消息
-
-