Class VisibleObjectBean.ObjectBean

    • Constructor Detail

      • ObjectBean

        public ObjectBean​(@NotNull
                          String id,
                          @NotNull
                          String name,
                          @NotNull
                          String fullName,
                          int depth)
      • ObjectBean

        public ObjectBean​(@NotNull
                          String id,
                          @NotNull
                          String name,
                          @NotNull
                          String fullName)
    • Method Detail

      • getId

        public String getId()
      • getName

        public String getName()
      • getFullName

        public String getFullName()
      • getDepth

        public int getDepth()
      • isDisabled

        public boolean isDisabled()
      • setDisabled

        public void setDisabled​(boolean disabled)