Packages

c

io.growing.graphql.model

TagGroupInfoDto

class TagGroupInfoDto extends Serializable

Tag分组信息

Annotations
@Generated()
Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TagGroupInfoDto
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TagGroupInfoDto(groupId: String, groupName: String, parentId: String, parentName: String, level: String, nodePath: String, tags: List[TagInfoDto], userCustomizedStr: List[UserCustomizedStrDto], children: List[TagGroupInfoDto])
  2. new TagGroupInfoDto()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def getChildren(): List[TagGroupInfoDto]

    子分组/标签

  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def getGroupId(): String

    分组/标签ID

  11. def getGroupName(): String

    分组/标签名称

  12. def getLevel(): String

    标签层级

  13. def getNodePath(): String

    标签路径

  14. def getParentId(): String

    父分组ID

  15. def getParentName(): String

    父分组名称

  16. def getTags(): List[TagInfoDto]

    非三级分组,则为空数组;三级分组,为该分组下标签信息

  17. def getUserCustomizedStr(): List[UserCustomizedStrDto]

    非三级分组,则为空数组;三级分组,为该分组下自定义标签信息

  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def setChildren(children: List[TagGroupInfoDto]): Unit

    子分组/标签

  24. def setGroupId(groupId: String): Unit

    分组/标签ID

  25. def setGroupName(groupName: String): Unit

    分组/标签名称

  26. def setLevel(level: String): Unit

    标签层级

  27. def setNodePath(nodePath: String): Unit

    标签路径

  28. def setParentId(parentId: String): Unit

    父分组ID

  29. def setParentName(parentName: String): Unit

    父分组名称

  30. def setTags(tags: List[TagInfoDto]): Unit

    非三级分组,则为空数组;三级分组,为该分组下标签信息

  31. def setUserCustomizedStr(userCustomizedStr: List[UserCustomizedStrDto]): Unit

    非三级分组,则为空数组;三级分组,为该分组下自定义标签信息

  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    TagGroupInfoDto → AnyRef → Any
    Annotations
    @Override()
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped