Uses of Class
com.tencentcloudapi.dbbrain.v20191016.models.ProfileInfo
-
Packages that use ProfileInfo Package Description com.tencentcloudapi.dbbrain.v20191016.models -
-
Uses of ProfileInfo in com.tencentcloudapi.dbbrain.v20191016.models
Methods in com.tencentcloudapi.dbbrain.v20191016.models that return ProfileInfo Modifier and Type Method Description ProfileInfoCreateMailProfileRequest. getProfileInfo()Get 邮件配置内容。ProfileInfoCreateSchedulerMailProfileRequest. getProfileInfo()Get 邮件配置内容。ProfileInfoUserProfile. getProfileInfo()Get 配置详情。Methods in com.tencentcloudapi.dbbrain.v20191016.models with parameters of type ProfileInfo Modifier and Type Method Description voidCreateMailProfileRequest. setProfileInfo(ProfileInfo ProfileInfo)Set 邮件配置内容。voidCreateSchedulerMailProfileRequest. setProfileInfo(ProfileInfo ProfileInfo)Set 邮件配置内容。voidUserProfile. setProfileInfo(ProfileInfo ProfileInfo)Set 配置详情。Constructors in com.tencentcloudapi.dbbrain.v20191016.models with parameters of type ProfileInfo Constructor Description ProfileInfo(ProfileInfo 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.
-