javadoc
1.8.0-dev-195
javadoc
/
org.jetbrains.dokka.javadoc.pages
/
DeprecatedNode
Deprecated
Node
class
DeprecatedNode
(
val
name
:
String
,
val
address
:
DRI
,
val
description
:
List
<
ContentNode
>
)
Constructors
Functions
Properties
Constructors
Deprecated
Node
Link copied to clipboard
fun
DeprecatedNode
(
name
:
String
,
address
:
DRI
,
description
:
List
<
ContentNode
>
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Properties
address
Link copied to clipboard
val
address
:
DRI
description
Link copied to clipboard
val
description
:
List
<
ContentNode
>
name
Link copied to clipboard
val
name
:
String