public static class TaskValidation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TaskValidation |
build() |
TaskValidation.Builder |
copy(TaskValidation model) |
TaskValidation.Builder |
description(String description)
Detailed description for the object.
|
TaskValidation.Builder |
errorMessageCount(Integer errorMessageCount)
Total number of validation error messages.
|
TaskValidation.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.
|
TaskValidation.Builder |
infoMessageCount(Integer infoMessageCount)
Total number of validation information messages.
|
TaskValidation.Builder |
key(String key)
Objects use a 36 character key as unique ID.
|
TaskValidation.Builder |
metadata(ObjectMetadata metadata) |
TaskValidation.Builder |
modelType(String modelType)
The type of the object.
|
TaskValidation.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
TaskValidation.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
TaskValidation.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
TaskValidation.Builder |
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
|
TaskValidation.Builder |
parentRef(ParentReference parentRef) |
TaskValidation.Builder |
totalMessageCount(Integer totalMessageCount)
Total number of validation messages.
|
TaskValidation.Builder |
validationMessages(Map<String,List<ValidationMessage>> validationMessages)
Detailed information of the data flow object validation.
|
TaskValidation.Builder |
warnMessageCount(Integer warnMessageCount)
Total number of validation warning messages.
|
public TaskValidation.Builder totalMessageCount(Integer totalMessageCount)
Total number of validation messages.
totalMessageCount
- the value to setpublic TaskValidation.Builder errorMessageCount(Integer errorMessageCount)
Total number of validation error messages.
errorMessageCount
- the value to setpublic TaskValidation.Builder warnMessageCount(Integer warnMessageCount)
Total number of validation warning messages.
warnMessageCount
- the value to setpublic TaskValidation.Builder infoMessageCount(Integer infoMessageCount)
Total number of validation information messages.
infoMessageCount
- the value to setpublic TaskValidation.Builder validationMessages(Map<String,List<ValidationMessage>> validationMessages)
Detailed information of the data flow object validation.
validationMessages
- the value to setpublic TaskValidation.Builder key(String key)
Objects use a 36 character key as unique ID. It is system generated and cannot be modified.
key
- the value to setpublic TaskValidation.Builder modelType(String modelType)
The type of the object.
modelType
- the value to setpublic TaskValidation.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic TaskValidation.Builder parentRef(ParentReference parentRef)
public TaskValidation.Builder name(String name)
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
name
- the value to setpublic TaskValidation.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic TaskValidation.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
objectVersion
- the value to setpublic TaskValidation.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectStatus
- the value to setpublic TaskValidation.Builder identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
identifier
- the value to setpublic TaskValidation.Builder metadata(ObjectMetadata metadata)
public TaskValidation build()
public TaskValidation.Builder copy(TaskValidation model)
Copyright © 2016–2024. All rights reserved.