final case class ServiceName(serviceType: UnitName, version: FeatureVersion) extends Product with Serializable
- Source
- Datacenter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServiceName
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ServiceName(serviceType: UnitName, version: FeatureVersion)
Value Members
- val serviceType: UnitName
-
def
toString(): String
- Definition Classes
- ServiceName → AnyRef → Any
- val version: FeatureVersion