case class Environment(internal: scala.model.management.Environment) extends DynamicObject with HasAnnotations with HasLabels with HasName with Product with Serializable
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Environment
- Serializable
- Serializable
- Product
- Equals
- HasName
- HasLabels
- HasAnnotations
- DynamicObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Environment(name: String)
- Annotations
- @JSExportTopLevel( "Environment" )
- new Environment(internal: scala.model.management.Environment)
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): Environment.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Double): Environment.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Float): Environment.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Int): Environment.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: String): Environment.this.type
- Definition Classes
- HasAnnotations
-
def
addLabel(label: String, value: Boolean): Environment.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Double): Environment.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Float): Environment.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Int): Environment.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: String): Environment.this.type
- Definition Classes
- HasLabels
-
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
getBooleanAnnotation(annotation: String): Boolean
- Definition Classes
- HasAnnotations
-
def
getBooleanLabel(label: String): Boolean
- Definition Classes
- HasLabels
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getDoubleAnnotation(annotation: String): Double
- Definition Classes
- HasAnnotations
-
def
getDoubleLabel(label: String): Double
- Definition Classes
- HasLabels
-
def
getFloatAnnotation(annotation: String): Float
- Definition Classes
- HasAnnotations
-
def
getFloatLabel(label: String): Float
- Definition Classes
- HasLabels
-
def
getIntAnnotation(annotation: String): Int
- Definition Classes
- HasAnnotations
-
def
getIntLabel(label: String): Int
- Definition Classes
- HasLabels
-
def
getStringAnnotation(annotation: String): String
- Definition Classes
- HasAnnotations
-
def
getStringLabel(label: String): String
- Definition Classes
- HasLabels
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kind: String
-
def
name: String
- Definition Classes
- HasName
- def namespace: String
-
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()
-
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 withKind(kind: String): Environment.this.type
-
def
withName(name: String): Environment.this.type
- Definition Classes
- HasName
- def withNamespace(namespace: String): Environment.this.type
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated