class TagGroupInfoDto extends Serializable
Tag分组信息
- Annotations
- @Generated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TagGroupInfoDto
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TagGroupInfoDto(groupId: String, groupName: String, parentId: String, parentName: String, level: String, nodePath: String, tags: List[TagInfoDto], userCustomizedStr: List[UserCustomizedStrDto], children: List[TagGroupInfoDto])
- new TagGroupInfoDto()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getChildren(): List[TagGroupInfoDto]
子分组/标签
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getGroupId(): String
分组/标签ID
-
def
getGroupName(): String
分组/标签名称
-
def
getLevel(): String
标签层级
-
def
getNodePath(): String
标签路径
-
def
getParentId(): String
父分组ID
-
def
getParentName(): String
父分组名称
-
def
getTags(): List[TagInfoDto]
非三级分组,则为空数组;三级分组,为该分组下标签信息
-
def
getUserCustomizedStr(): List[UserCustomizedStrDto]
非三级分组,则为空数组;三级分组,为该分组下自定义标签信息
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
setChildren(children: List[TagGroupInfoDto]): Unit
子分组/标签
-
def
setGroupId(groupId: String): Unit
分组/标签ID
-
def
setGroupName(groupName: String): Unit
分组/标签名称
-
def
setLevel(level: String): Unit
标签层级
-
def
setNodePath(nodePath: String): Unit
标签路径
-
def
setParentId(parentId: String): Unit
父分组ID
-
def
setParentName(parentName: String): Unit
父分组名称
-
def
setTags(tags: List[TagInfoDto]): Unit
非三级分组,则为空数组;三级分组,为该分组下标签信息
-
def
setUserCustomizedStr(userCustomizedStr: List[UserCustomizedStrDto]): Unit
非三级分组,则为空数组;三级分组,为该分组下自定义标签信息
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TagGroupInfoDto → AnyRef → Any
- Annotations
- @Override()
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated