Class ViewResponseInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.ViewResponseInfo
-
public class ViewResponseInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ViewResponseInfo()ViewResponseInfo(ViewResponseInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Column[]getColumns()Get 视图列信息。 注意:此字段可能返回 null,表示取不到有效值。StringgetCreateTime()Get 视图创建时间。StringgetModifiedTime()Get 视图更新时间。Property[]getProperties()Get 视图属性信息。 注意:此字段可能返回 null,表示取不到有效值。ViewBaseInfogetViewBaseInfo()Get 视图基本信息。voidsetColumns(Column[] Columns)Set 视图列信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set 视图创建时间。voidsetModifiedTime(String ModifiedTime)Set 视图更新时间。voidsetProperties(Property[] Properties)Set 视图属性信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetViewBaseInfo(ViewBaseInfo ViewBaseInfo)Set 视图基本信息。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
-
ViewResponseInfo
public ViewResponseInfo()
-
ViewResponseInfo
public ViewResponseInfo(ViewResponseInfo 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
-
getViewBaseInfo
public ViewBaseInfo getViewBaseInfo()
Get 视图基本信息。- Returns:
- ViewBaseInfo 视图基本信息。
-
setViewBaseInfo
public void setViewBaseInfo(ViewBaseInfo ViewBaseInfo)
Set 视图基本信息。- Parameters:
ViewBaseInfo- 视图基本信息。
-
getColumns
public Column[] getColumns()
Get 视图列信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Columns 视图列信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setColumns
public void setColumns(Column[] Columns)
Set 视图列信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Columns- 视图列信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getProperties
public Property[] getProperties()
Get 视图属性信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Properties 视图属性信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setProperties
public void setProperties(Property[] Properties)
Set 视图属性信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Properties- 视图属性信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public String getCreateTime()
Get 视图创建时间。- Returns:
- CreateTime 视图创建时间。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 视图创建时间。- Parameters:
CreateTime- 视图创建时间。
-
getModifiedTime
public String getModifiedTime()
Get 视图更新时间。- Returns:
- ModifiedTime 视图更新时间。
-
setModifiedTime
public void setModifiedTime(String ModifiedTime)
Set 视图更新时间。- Parameters:
ModifiedTime- 视图更新时间。
-
-