public class ListVersionByFunctionResponse extends AbstractModel
Constructor and Description |
---|
ListVersionByFunctionResponse() |
Modifier and Type | Method and Description |
---|---|
String[] |
getFunctionVersion()
Get 函数版本。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTotalCount()
Get 函数版本总数。
注意:此字段可能返回 null,表示取不到有效值。
|
FunctionVersion[] |
getVersions()
Get 函数版本列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFunctionVersion(String[] FunctionVersion)
Set 函数版本。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTotalCount(Long TotalCount)
Set 函数版本总数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersions(FunctionVersion[] Versions)
Set 函数版本列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getFunctionVersion()
public void setFunctionVersion(String[] FunctionVersion)
FunctionVersion
- 函数版本。public FunctionVersion[] getVersions()
public void setVersions(FunctionVersion[] Versions)
Versions
- 函数版本列表。
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 函数版本总数。
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.