类 ListFunctionsRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cfc.model.ListFunctionsRequest
-
public class ListFunctionsRequest extends AbstractBceRequest
Request object for listing the CFC functions
-
-
构造器概要
构造器 构造器 说明 ListFunctionsRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetFunctionVersion()Get function version.IntegergetMarker()Get the markerIntegergetMaxItems()get MaxItems 1-10000voidsetFunctionVersion(String functionVersion)Set function version.voidsetMarker(Integer marker)Set the markervoidsetMaxItems(Integer maxItems)set maxItems 1-10000StringtoString()(non-Javadoc)ListFunctionsRequestwithFunctionVersion(String functionVersion)Specify the function version.ListFunctionsRequestwithMarker(Integer marker)Specify the function markerListFunctionsRequestwithMaxItems(Integer maxItems)Configure the MaxItems for the requestListFunctionsRequestwithRequestCredentials(BceCredentials credentials)(non-Javadoc)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getFunctionVersion
public String getFunctionVersion()
Get function version. If all functions are not specified to return the $LATEST version, the optional valid value ALL will return all versions, including $LATEST- 返回:
-
setFunctionVersion
public void setFunctionVersion(String functionVersion)
Set function version. If all functions are not specified to return the $LATEST version, the optional valid value ALL will return all versions, including $LATEST- 参数:
functionVersion-
-
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- 返回:
-
setMaxItems
public void setMaxItems(Integer maxItems)
set maxItems 1-10000- 参数:
maxItems- 1-10000
-
withFunctionVersion
public ListFunctionsRequest withFunctionVersion(String functionVersion)
Specify the function version. If all functions are not specified to return the $LATEST version, the optional valid value ALL will return all versions, including $LATEST- 参数:
functionVersion-- 返回:
- this object
-
withMarker
public ListFunctionsRequest withMarker(Integer marker)
Specify the function marker- 参数:
marker-- 返回:
- this object
-
withMaxItems
public ListFunctionsRequest withMaxItems(Integer maxItems)
Configure the MaxItems for the request- 参数:
maxItems- 1-10000- 返回:
- this object
-
withRequestCredentials
public ListFunctionsRequest withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
-
toString
public String toString()
(non-Javadoc)- 覆盖:
toString在类中Object- 另请参阅:
Object.toString()
-
-