类 ListAliasesRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cfc.model.ListAliasesRequest
-
public class ListAliasesRequest extends AbstractBceRequest
Request object for listing aliases for the Baidu CFC function
-
-
构造器概要
构造器 构造器 说明 ListAliasesRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetFunctionName()Get the function nameStringgetFunctionVersion()Get the function versionIntegergetMarker()Get the markerIntegergetMaxItems()Get the max itemsvoidsetFunctionName(String functionName)Set the function namevoidsetFunctionVersion(String functionVersion)Set the function versionvoidsetMarker(Integer marker)Set the markervoidsetMaxItems(Integer maxItems)Set the max itemsStringtoString()(non-Javadoc)ListAliasesRequestwithFunctionName(String functionName)ListAliasesRequestwithFunctionVersion(String functionVersion)ListAliasesRequestwithMarker(Integer marker)ListAliasesRequestwithMaxItems(Integer maxItems)ListAliasesRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 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- 参数:
functionName- The function name
-
getFunctionVersion
public String getFunctionVersion()
Get the function version- 返回:
- The function version
-
setFunctionVersion
public void setFunctionVersion(String functionVersion)
Set the function version- 参数:
functionVersion- The function version
-
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 the max items- 返回:
- The max items
-
setMaxItems
public void setMaxItems(Integer maxItems)
Set the max items- 参数:
maxItems- The items
-
withFunctionName
public ListAliasesRequest withFunctionName(String functionName)
-
withFunctionVersion
public ListAliasesRequest withFunctionVersion(String functionVersion)
-
withMarker
public ListAliasesRequest withMarker(Integer marker)
-
withMaxItems
public ListAliasesRequest withMaxItems(Integer maxItems)
-
withRequestCredentials
public ListAliasesRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
toString
public String toString()
(non-Javadoc)- 覆盖:
toString在类中Object- 另请参阅:
Object.toString()
-
-