Builder

abstract class Builder

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 serverDate(serverDate: Date): SystemInfo.Builder
Link copied to clipboard
abstract fun serverTimeZoneId(serverTimeZoneId: String): SystemInfo.Builder
Link copied to clipboard
abstract fun systemName(systemName: String): SystemInfo.Builder
Link copied to clipboard
abstract fun version(version: String): SystemInfo.Builder