Builder

abstract class Builder : BaseObject.Builder<T>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): SystemInfo
Link copied to clipboard
abstract fun contextPath(contextPath: String): SystemInfo.Builder
Link copied to clipboard
abstract fun dateFormat(dateFormat: String): SystemInfo.Builder
Link copied to clipboard
abstract fun id(id: Long): T
Link copied to clipboard
abstract fun serverDate(serverDate: Date): SystemInfo.Builder
Link copied to clipboard
abstract fun systemName(systemName: String): SystemInfo.Builder
Link copied to clipboard
abstract fun version(version: String): SystemInfo.Builder