类 ListVersionsByFunctionRequest


  • public class ListVersionsByFunctionRequest
    extends AbstractBceRequest
    Request object for listing versions of the CFC function
    • 构造器详细资料

      • ListVersionsByFunctionRequest

        public ListVersionsByFunctionRequest()
    • 方法详细资料

      • getFunctionName

        public String getFunctionName()
        Get the function name
        返回:
        The function name
      • setFunctionName

        public void setFunctionName​(String functionName)
        Set the function name, you can specify a function name (for example, Thumbnail), Or you can specify the BRN resource name of the function (for example: brn:bce:cfc:bj:account-id:function:thumbnail). CFC also allows you to specify a partial BRN (for example, account-id:Thumbnail). Note that the BRN length is limited to 1-140. If only the function name is specified, the length is limited to 64 characters.
        参数:
        functionName - The function name
      • getMarker

        public Integer getMarker()
        Get the marker
        返回:
        The marker
      • setMarker

        public void setMarker​(Integer marker)
        Set the marker
        参数:
        marker - The marker
      • getMaxItems

        public Integer getMaxItems()
        get MaxItems 1-10000
        返回:
        The MaxItems
      • setMaxItems

        public void setMaxItems​(Integer maxItems)
        set maxItems 1-10000
        参数:
        maxItems - 1-10000