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