apidocs / com.srv4pos.server.api.infrastructure / IdInfo

IdInfo

class IdInfo : Info

Methods called "create" will return the id of type long.

User: Kirill, Date: 14.09.13 14:55

Constructors

<init>

IdInfo()

Methods called "create" will return the id of type long.

Properties

id

var id: Long

Companion Object Functions

of

fun of(id: Long): IdInfo

Extension Functions

toJson

fun Info.toJson(): String