Uses of Class
com.tencentcloudapi.postgres.v20170312.models.ErrLogDetail
-
Packages that use ErrLogDetail Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of ErrLogDetail in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return ErrLogDetail Modifier and Type Method Description ErrLogDetail[]
DescribeDBErrlogsResponse. getDetails()
Get 错误日志详细信息集合。Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type ErrLogDetail Modifier and Type Method Description void
DescribeDBErrlogsResponse. setDetails(ErrLogDetail[] Details)
Set 错误日志详细信息集合。Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type ErrLogDetail Constructor Description 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.
-