Class Data
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.Data
-
public class Data extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShowInfogetShowInfo()Get 节目粒度结构化结果 注意:此字段可能返回 null,表示取不到有效值。voidsetShowInfo(ShowInfo ShowInfo)Set 节目粒度结构化结果 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
Data
public Data()
-
Data
public Data(Data 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
-
getShowInfo
public ShowInfo getShowInfo()
Get 节目粒度结构化结果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ShowInfo 节目粒度结构化结果 注意:此字段可能返回 null,表示取不到有效值。
-
setShowInfo
public void setShowInfo(ShowInfo ShowInfo)
Set 节目粒度结构化结果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ShowInfo- 节目粒度结构化结果 注意:此字段可能返回 null,表示取不到有效值。
-
-