cards
/
com.moengage.cards.model
/
Showtime
androidJvm
Showtime
data class
Showtime
(startTime:
String
, endTime:
String
)
Content copied to clipboard
Author
Umang Chamaria Date: 28/04/20
Constructors
Functions
Properties
Constructors
Showtime
Link copied to clipboard
androidJvm
fun
Showtime
(startTime:
String
, endTime:
String
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
androidJvm
operator fun
component1
():
String
Content copied to clipboard
component2
Link copied to clipboard
androidJvm
operator fun
component2
():
String
Content copied to clipboard
copy
Link copied to clipboard
androidJvm
fun
copy
(startTime:
String
, endTime:
String
):
Showtime
Content copied to clipboard
equals
Link copied to clipboard
androidJvm
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open override fun
toString
():
String
Content copied to clipboard
Properties
endTime
Link copied to clipboard
androidJvm
val
endTime
:
String
Content copied to clipboard
startTime
Link copied to clipboard
androidJvm
val
startTime
:
String
Content copied to clipboard