class TagDto extends Serializable with EntityDto with ProjectDataCtrlItemDto with NamedEntityDto
- Annotations
- @Generated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TagDto
- NamedEntityDto
- ProjectDataCtrlItemDto
- EntityDto
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TagDto(id: String, name: String, key: String, type: String, description: String, computes: List[ComputeDefinitionDto], businessType: String, creatorId: String, createdAt: ZonedDateTime, updaterId: String, updatedAt: ZonedDateTime, creator: String, updater: String, valueType: ValueTypeDto, detector: DetectorDto, ownerId: String)
- new TagDto()
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() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getBusinessType(): String
业务类型
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getComputes(): List[ComputeDefinitionDto]
标签规则
-
def
getCreatedAt(): ZonedDateTime
创建时间
创建时间
- Definition Classes
- TagDto → NamedEntityDto
-
def
getCreator(): String
创建者
创建者
- Definition Classes
- TagDto → NamedEntityDto
-
def
getCreatorId(): String
创建者id
创建者id
- Definition Classes
- TagDto → NamedEntityDto
-
def
getDescription(): String
tag描述信息
- def getDetector(): DetectorDto
-
def
getId(): String
tag id
tag id
- Definition Classes
- TagDto → NamedEntityDto
-
def
getKey(): String
标签关键字
-
def
getName(): String
tag名称
tag名称
- Definition Classes
- TagDto → NamedEntityDto
-
def
getOwnerId(): String
拥有者id
拥有者id
- Definition Classes
- TagDto → NamedEntityDto
-
def
getType(): String
标签类型
-
def
getUpdatedAt(): ZonedDateTime
更新时间
更新时间
- Definition Classes
- TagDto → NamedEntityDto
-
def
getUpdater(): String
更新者
更新者
- Definition Classes
- TagDto → NamedEntityDto
-
def
getUpdaterId(): String
更新者id
更新者id
- Definition Classes
- TagDto → NamedEntityDto
-
def
getValueType(): ValueTypeDto
值类型
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
setBusinessType(businessType: String): Unit
业务类型
-
def
setComputes(computes: List[ComputeDefinitionDto]): Unit
标签规则
-
def
setCreatedAt(createdAt: ZonedDateTime): Unit
创建时间
-
def
setCreator(creator: String): Unit
创建者
-
def
setCreatorId(creatorId: String): Unit
创建者id
-
def
setDescription(description: String): Unit
tag描述信息
- def setDetector(detector: DetectorDto): Unit
-
def
setId(id: String): Unit
tag id
-
def
setKey(key: String): Unit
标签关键字
-
def
setName(name: String): Unit
tag名称
-
def
setOwnerId(ownerId: String): Unit
拥有者id
-
def
setType(type: String): Unit
标签类型
-
def
setUpdatedAt(updatedAt: ZonedDateTime): Unit
更新时间
-
def
setUpdater(updater: String): Unit
更新者
-
def
setUpdaterId(updaterId: String): Unit
更新者id
-
def
setValueType(valueType: ValueTypeDto): Unit
值类型
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TagDto → 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