Uses of Class
com.tencentcloudapi.cms.v20190321.models.Logo
-
Packages that use Logo Package Description com.tencentcloudapi.cms.v20190321.models -
-
Uses of Logo in com.tencentcloudapi.cms.v20190321.models
Methods in com.tencentcloudapi.cms.v20190321.models that return Logo Modifier and Type Method Description Logo[]LogoDetail. getAppLogoDetail()Get 命中的Applogo详情 注意:此字段可能返回 null,表示取不到有效值。Logo[]ImagePolityDetect. getPolityLogoDetail()Get 命中的logo标签信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cms.v20190321.models with parameters of type Logo Modifier and Type Method Description voidLogoDetail. setAppLogoDetail(Logo[] AppLogoDetail)Set 命中的Applogo详情 注意:此字段可能返回 null,表示取不到有效值。voidImagePolityDetect. setPolityLogoDetail(Logo[] PolityLogoDetail)Set 命中的logo标签信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cms.v20190321.models with parameters of type Logo Constructor Description Logo(Logo 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.
-