Packages

c

io.growing.graphql.model

UserVariableDto

class UserVariableDto extends Serializable with EntityDto with ProjectDataCtrlItemDto with NamedEntityDto

用户属性,以及新增的用户信息非ID部分

Annotations
@Generated()
Linear Supertypes
NamedEntityDto, ProjectDataCtrlItemDto, EntityDto, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserVariableDto
  2. NamedEntityDto
  3. ProjectDataCtrlItemDto
  4. EntityDto
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UserVariableDto(id: String, name: String, key: String, type: String, description: String, isSystem: Boolean, creatorId: String, createdAt: ZonedDateTime, updaterId: String, updatedAt: ZonedDateTime, creator: String, updater: String, valueType: String, ownerId: String, example: String, disabled: Boolean, isHighCardinality: Boolean)
  2. new UserVariableDto()

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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def getCreatedAt(): ZonedDateTime
    Definition Classes
    UserVariableDtoNamedEntityDto
  10. def getCreator(): String
    Definition Classes
    UserVariableDtoNamedEntityDto
  11. def getCreatorId(): String
    Definition Classes
    UserVariableDtoNamedEntityDto
  12. def getDescription(): String
  13. def getDisabled(): Boolean

    是否关闭,暂不用

  14. def getExample(): String

    示例

  15. def getId(): String
    Definition Classes
    UserVariableDtoNamedEntityDto
  16. def getIsHighCardinality(): Boolean
  17. def getIsSystem(): Boolean
  18. def getKey(): String
  19. def getName(): String
    Definition Classes
    UserVariableDtoNamedEntityDto
  20. def getOwnerId(): String
    Definition Classes
    UserVariableDtoNamedEntityDto
  21. def getType(): String
  22. def getUpdatedAt(): ZonedDateTime
    Definition Classes
    UserVariableDtoNamedEntityDto
  23. def getUpdater(): String
    Definition Classes
    UserVariableDtoNamedEntityDto
  24. def getUpdaterId(): String
    Definition Classes
    UserVariableDtoNamedEntityDto
  25. def getValueType(): String
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. def setCreatedAt(createdAt: ZonedDateTime): Unit
  32. def setCreator(creator: String): Unit
  33. def setCreatorId(creatorId: String): Unit
  34. def setDescription(description: String): Unit
  35. def setDisabled(disabled: Boolean): Unit

    是否关闭,暂不用

  36. def setExample(example: String): Unit

    示例

  37. def setId(id: String): Unit
  38. def setIsHighCardinality(isHighCardinality: Boolean): Unit
  39. def setIsSystem(isSystem: Boolean): Unit
  40. def setKey(key: String): Unit
  41. def setName(name: String): Unit
  42. def setOwnerId(ownerId: String): Unit
  43. def setType(type: String): Unit
  44. def setUpdatedAt(updatedAt: ZonedDateTime): Unit
  45. def setUpdater(updater: String): Unit
  46. def setUpdaterId(updaterId: String): Unit
  47. def setValueType(valueType: String): Unit
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    UserVariableDto → AnyRef → Any
    Annotations
    @Override()
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. 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 NamedEntityDto

Inherited from ProjectDataCtrlItemDto

Inherited from EntityDto

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped