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