Package-level declarations

Types

Link copied to clipboard
data class GetNamespacesNamespace(val description: String, val id: String, val namespaceId: String, val namespaceName: String)
Link copied to clipboard
data class GetNamespacesResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val namespaces: List<GetNamespacesNamespace>, val outputFile: String? = null)

A collection of values returned by getNamespaces.

Link copied to clipboard
data class JobJobMonitorInfo(val contactInfos: List<JobJobMonitorInfoContactInfo>? = null, val monitorConfig: JobJobMonitorInfoMonitorConfig? = null)
Link copied to clipboard
data class JobJobMonitorInfoContactInfo(val ding: String? = null, val userMail: String? = null, val userName: String? = null, val userPhone: String? = null)
Link copied to clipboard
data class JobJobMonitorInfoMonitorConfig(val failEnable: Boolean? = null, val missWorkerEnable: Boolean? = null, val sendChannel: String? = null, val timeout: Int? = null, val timeoutEnable: Boolean? = null, val timeoutKillEnable: Boolean? = null)
Link copied to clipboard
data class JobMapTaskXattrs(val consumerSize: Int? = null, val dispatcherSize: Int? = null, val pageSize: Int? = null, val queueSize: Int? = null, val taskAttemptInterval: Int? = null, val taskMaxAttempt: Int? = null)
Link copied to clipboard
data class JobTimeConfig(val calendar: String? = null, val dataOffset: Int? = null, val timeExpression: String? = null, val timeType: Int)