Data

sealed abstract class Data(_value: String, _name: String, _intValue: Int) extends Value
Companion:
object
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CUSTOMER_CONTENT.type
object PERMISSIONS_DATA.type
object SERVICE_ATTRIBUTES.type
object TAG_DATA.type

Value members

Concrete methods

@inline
final def widen: Data

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String