类 GetFunctionResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.cfc.model.CfcResponse
-
- com.baidubce.services.cfc.model.GetFunctionResponse
-
- 所有已实现的接口:
Serializable
public class GetFunctionResponse extends CfcResponse
Response object for getting a Baidu CFC function- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GetFunctionResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CodeStoragegetCode()Get function codeFunctionConfigurationgetConfiguration()Get the function informationvoidsetCode(CodeStorage code)Set the function codevoidsetConfiguration(FunctionConfiguration configuration)Set the function information-
从类继承的方法 com.baidubce.services.cfc.model.CfcResponse
setMetadata, toString
-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getCode
public CodeStorage getCode()
Get function code- 返回:
- The function code
-
setCode
public void setCode(CodeStorage code)
Set the function code- 参数:
code- The function code
-
getConfiguration
public FunctionConfiguration getConfiguration()
Get the function information- 返回:
- The function information
-
setConfiguration
public void setConfiguration(FunctionConfiguration configuration)
Set the function information- 参数:
configuration- The function information
-
-