类 CodeStorage
- java.lang.Object
-
- com.baidubce.services.cfc.model.JsonObject
-
- com.baidubce.services.cfc.model.CodeStorage
-
public class CodeStorage extends JsonObject
Represent the store information of function code
-
-
构造器概要
构造器 构造器 说明 CodeStorage()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetLocation()Get the code locationStringgetRepositoryType()Get the log storage typevoidsetLocation(String location)Set the code locationvoidsetRespositoryType(String respositoryType)Set the log storage type-
从类继承的方法 com.baidubce.services.cfc.model.JsonObject
toString
-
-
-
-
方法详细资料
-
getLocation
public String getLocation()
Get the code location- 返回:
- The code location
-
setLocation
public void setLocation(String location)
Set the code location- 参数:
location- The code location
-
getRepositoryType
public String getRepositoryType()
Get the log storage type- 返回:
- The log storage type
-
setRespositoryType
public void setRespositoryType(String respositoryType)
Set the log storage type- 参数:
respositoryType- The log storage type
-
-