类 CodeStorage


  • public class CodeStorage
    extends JsonObject
    Represent the store information of function code
    • 构造器详细资料

      • CodeStorage

        public CodeStorage()
    • 方法详细资料

      • 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