ServiceBackendPort

final case class ServiceBackendPort(name: Option[String], number: Option[Int])

ServiceBackendPort is the service port being referenced.

Companion:
object
Source:
ServiceBackendPort.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if name has a value, transforms to the result of function

if name has a value, transforms to the result of function

Source:
ServiceBackendPort.scala

if number has a value, transforms to the result of function

if number has a value, transforms to the result of function

Source:
ServiceBackendPort.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
ServiceBackendPort.scala

Returns a new data with number set to new value

Returns a new data with number set to new value

Source:
ServiceBackendPort.scala

Inherited methods

Inherited from:
Product