public class ViewResponseInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Column[] |
getColumns()
Get 视图列信息。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreateTime()
Get 视图创建时间。
|
String |
getModifiedTime()
Get 视图更新时间。
|
Property[] |
getProperties()
Get 视图属性信息。
注意:此字段可能返回 null,表示取不到有效值。
|
ViewBaseInfo |
getViewBaseInfo()
Get 视图基本信息。
|
void |
setColumns(Column[] Columns)
Set 视图列信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 视图创建时间。
|
void |
setModifiedTime(String ModifiedTime)
Set 视图更新时间。
|
void |
setProperties(Property[] Properties)
Set 视图属性信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setViewBaseInfo(ViewBaseInfo ViewBaseInfo)
Set 视图基本信息。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ViewResponseInfo()
public ViewResponseInfo(ViewResponseInfo source)
public ViewBaseInfo getViewBaseInfo()
public void setViewBaseInfo(ViewBaseInfo ViewBaseInfo)
ViewBaseInfo
- 视图基本信息。public Column[] getColumns()
public void setColumns(Column[] Columns)
Columns
- 视图列信息。
注意:此字段可能返回 null,表示取不到有效值。public Property[] getProperties()
public void setProperties(Property[] Properties)
Properties
- 视图属性信息。
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 视图创建时间。public String getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime
- 视图更新时间。Copyright © 2024. All rights reserved.