类 CmdbContext.CmdbInstance<T>

  • 封闭类:
    CmdbContext<T extends Instance>

    public static class CmdbContext.CmdbInstance<T>
    extends java.lang.Object
    • 字段详细资料

      • entity

        private Entity entity
        the CMDB info of instance.
      • instance

        private T instance
        the instance.
    • 构造器详细资料

      • CmdbInstance

        public CmdbInstance()
    • 方法详细资料

      • getEntity

        public Entity getEntity()
      • setEntity

        public void setEntity​(Entity entity)
      • getInstance

        public T getInstance()
      • setInstance

        public void setInstance​(T instance)
      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object