toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.protos
/
DIDData
DIDData
data
class
DIDData
(
val
id
:
String
=
""
,
val
publicKeys
:
List
<
PublicKey
>
=
emptyList()
,
val
services
:
List
<
Service
>
=
emptyList()
,
val
unknownFields
:
Map
<
Int
,
UnknownField
>
=
emptyMap()
)
:
Message
Members
Members & Extensions
Constructors
DIDData
Link copied to clipboard
constructor
(
id
:
String
=
""
,
publicKeys
:
List
<
PublicKey
>
=
emptyList()
,
services
:
List
<
Service
>
=
emptyList()
,
unknownFields
:
Map
<
Int
,
UnknownField
>
=
emptyMap()
)
Types
Companion
Link copied to clipboard
object
Companion
:
Message.Companion
<
DIDData
>
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
MessageDescriptor
<
DIDData
>
id
Link copied to clipboard
val
id
:
String
proto
Size
Link copied to clipboard
open
override
val
protoSize
:
Int
public
Keys
Link copied to clipboard
val
publicKeys
:
List
<
PublicKey
>
services
Link copied to clipboard
val
services
:
List
<
Service
>
unknown
Fields
Link copied to clipboard
open
override
val
unknownFields
:
Map
<
Int
,
UnknownField
>
Functions
or
Default
Link copied to clipboard
fun
DIDData
?
.
orDefault
(
)
:
DIDData
plus
Link copied to clipboard
open
operator override
fun
plus
(
other
:
Message
?
)
:
DIDData