Uses of Class
com.tencentcloudapi.tcbr.v20220217.models.ServerBaseInfo
-
Packages that use ServerBaseInfo Package Description com.tencentcloudapi.tcbr.v20220217.models -
-
Uses of ServerBaseInfo in com.tencentcloudapi.tcbr.v20220217.models
Methods in com.tencentcloudapi.tcbr.v20220217.models that return ServerBaseInfo Modifier and Type Method Description ServerBaseInfoDescribeCloudRunServerDetailResponse. getBaseInfo()Get 服务基本信息 注意:此字段可能返回 null,表示取不到有效值。ServerBaseInfo[]DescribeCloudRunServersResponse. getServerList()Get 服务列表Methods in com.tencentcloudapi.tcbr.v20220217.models with parameters of type ServerBaseInfo Modifier and Type Method Description voidDescribeCloudRunServerDetailResponse. setBaseInfo(ServerBaseInfo BaseInfo)Set 服务基本信息 注意:此字段可能返回 null,表示取不到有效值。voidDescribeCloudRunServersResponse. setServerList(ServerBaseInfo[] ServerList)Set 服务列表Constructors in com.tencentcloudapi.tcbr.v20220217.models with parameters of type ServerBaseInfo Constructor Description ServerBaseInfo(ServerBaseInfo 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.
-