toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.protos
/
Date
Date
data
class
Date
(
val
year
:
Int
=
0
,
val
month
:
Int
=
0
,
val
day
:
Int
=
0
,
val
unknownFields
:
Map
<
Int
,
UnknownField
>
=
emptyMap()
)
:
Message
Members
Members & Extensions
Constructors
Date
Link copied to clipboard
constructor
(
year
:
Int
=
0
,
month
:
Int
=
0
,
day
:
Int
=
0
,
unknownFields
:
Map
<
Int
,
UnknownField
>
=
emptyMap()
)
Types
Companion
Link copied to clipboard
object
Companion
:
Message.Companion
<
Date
>
Properties
day
Link copied to clipboard
val
day
:
Int
=
0
descriptor
Link copied to clipboard
open
override
val
descriptor
:
MessageDescriptor
<
Date
>
month
Link copied to clipboard
val
month
:
Int
=
0
proto
Size
Link copied to clipboard
open
override
val
protoSize
:
Int
unknown
Fields
Link copied to clipboard
open
override
val
unknownFields
:
Map
<
Int
,
UnknownField
>
year
Link copied to clipboard
val
year
:
Int
=
0
Functions
or
Default
Link copied to clipboard
fun
Date
?
.
orDefault
(
)
:
Date
plus
Link copied to clipboard
open
operator override
fun
plus
(
other
:
Message
?
)
:
Date