case class Service(internal: JsonLDObject) extends DynamicObject with HasName with HasSpec with HasLabels with HasAnnotations with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Service
- Serializable
- Serializable
- Product
- Equals
- HasAnnotations
- HasLabels
- HasSpec
- HasName
- HasMetadata
- DynamicObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Service(internal: JsonLDObject)
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
-
def
addAnnotation(annotation: String, value: Boolean): Service.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Double): Service.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Float): Service.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Int): Service.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: String): Service.this.type
- Definition Classes
- HasAnnotations
-
def
addLabel(label: String, value: Boolean): Service.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Double): Service.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Float): Service.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Int): Service.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: String): Service.this.type
- Definition Classes
- HasLabels
- def address: String
-
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
getAnnotation[T](annotation: String)(implicit ct: ClassTag[T]): T
- Definition Classes
- HasAnnotations
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getIntLabel(label: String): Int
- Definition Classes
- HasLabels
-
def
getIntLabelIfPresent(label: String): Option[Int]
- Definition Classes
- HasLabels
-
def
getLabel[T](label: String)(implicit ct: ClassTag[T]): T
- Definition Classes
- HasLabels
-
def
getLabelIfPresent[T](label: String)(implicit ct: ClassTag[T]): Option[T]
- Definition Classes
- HasLabels
-
def
getStringLabel(label: String): String
- Definition Classes
- HasLabels
-
def
getStringLabelIfPresent(label: String): Option[String]
- Definition Classes
- HasLabels
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
metadata: DynamicObject
- Definition Classes
- HasMetadata
-
def
metadataIfPresent: Option[DynamicObject]
- Definition Classes
- HasMetadata
-
def
name: String
- Definition Classes
- HasName
-
def
namespace: String
- Definition Classes
- HasName
-
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 routes: Seq[ServiceRoute]
-
def
spec: DynamicObject
- Definition Classes
- HasSpec
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )
- def withAddress(address: String): Service.this.type
-
def
withName(name: String): Service.this.type
- Definition Classes
- HasName
-
def
withNamespace(namespace: String): Service.this.type
- Definition Classes
- HasName
- def withRoute(destinationPath: String): ServiceRoute
- def withRoutes(routes: Seq[ServiceRoute]): Service.this.type
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated