Class ListVersionByFunctionResponse


  • public class ListVersionByFunctionResponse
    extends AbstractModel
    • Constructor Detail

      • ListVersionByFunctionResponse

        public ListVersionByFunctionResponse()
      • ListVersionByFunctionResponse

        public ListVersionByFunctionResponse​(ListVersionByFunctionResponse 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

      • getFunctionVersion

        public String[] getFunctionVersion()
        Get 函数版本。
        Returns:
        FunctionVersion 函数版本。
      • setFunctionVersion

        public void setFunctionVersion​(String[] FunctionVersion)
        Set 函数版本。
        Parameters:
        FunctionVersion - 函数版本。
      • getVersions

        public FunctionVersion[] getVersions()
        Get 函数版本列表。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Versions 函数版本列表。 注意:此字段可能返回 null,表示取不到有效值。
      • setVersions

        public void setVersions​(FunctionVersion[] Versions)
        Set 函数版本列表。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Versions - 函数版本列表。 注意:此字段可能返回 null,表示取不到有效值。
      • getTotalCount

        public Long getTotalCount()
        Get 函数版本总数。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TotalCount 函数版本总数。 注意:此字段可能返回 null,表示取不到有效值。
      • setTotalCount

        public void setTotalCount​(Long TotalCount)
        Set 函数版本总数。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TotalCount - 函数版本总数。 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。