类 Schema


  • public class Schema
    extends Object
    Represent the model of Schema.
    • 构造器详细资料

      • Schema

        public Schema()
    • 方法详细资料

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getCreateTime

        public long getCreateTime()
      • setCreateTime

        public void setCreateTime​(long createTime)
      • getLastUpdatedTime

        public long getLastUpdatedTime()
      • setLastUpdatedTime

        public void setLastUpdatedTime​(long lastUpdatedTime)