类 ListVersionsByFunctionRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cfc.model.ListVersionsByFunctionRequest
-
public class ListVersionsByFunctionRequest extends AbstractBceRequest
Request object for listing versions of the CFC function
-
-
构造器概要
构造器 构造器 说明 ListVersionsByFunctionRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetFunctionName()Get the function nameIntegergetMarker()Get the markerIntegergetMaxItems()get MaxItems 1-10000voidsetFunctionName(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).voidsetMarker(Integer marker)Set the markervoidsetMaxItems(Integer maxItems)set maxItems 1-10000StringtoString()(non-Javadoc)ListVersionsByFunctionRequestwithFunctionName(String functionName)Set the function nameListVersionsByFunctionRequestwithMarker(Integer marker)Set the function markerListVersionsByFunctionRequestwithMaxItems(Integer maxItems)Configure the MaxItems for the requestListVersionsByFunctionRequestwithRequestCredentials(BceCredentials credentials)(non-Javadoc)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
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
-
withFunctionName
public ListVersionsByFunctionRequest withFunctionName(String functionName)
Set the function name- 参数:
functionName-- 返回:
- this object
-
withMarker
public ListVersionsByFunctionRequest withMarker(Integer marker)
Set the function marker- 参数:
marker-- 返回:
- this object
-
withMaxItems
public ListVersionsByFunctionRequest withMaxItems(Integer maxItems)
Configure the MaxItems for the request- 参数:
maxItems- 1-10000- 返回:
- this object
-
withRequestCredentials
public ListVersionsByFunctionRequest withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
-
toString
public String toString()
(non-Javadoc)- 覆盖:
toString在类中Object- 另请参阅:
Object.toString()
-
-