Class TaskValidationSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.TaskValidationSummary.Builder
 
- 
- Enclosing class:
- TaskValidationSummary
 
 public static class TaskValidationSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskValidationSummarybuild()TaskValidationSummary.Buildercopy(TaskValidationSummary model)TaskValidationSummary.Builderdescription(String description)Detailed description for the object.TaskValidationSummary.BuildererrorMessageCount(Integer errorMessageCount)Total number of validation error messages.TaskValidationSummary.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.TaskValidationSummary.BuilderinfoMessageCount(Integer infoMessageCount)Total number of validation information messages.TaskValidationSummary.Builderkey(String key)Objects use a 36 character key as unique ID.TaskValidationSummary.Buildermetadata(ObjectMetadata metadata)TaskValidationSummary.BuildermodelType(String modelType)The type of the object.TaskValidationSummary.BuildermodelVersion(String modelVersion)The model version of an object.TaskValidationSummary.Buildername(String name)Free form text without any restriction on permitted characters.TaskValidationSummary.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.TaskValidationSummary.BuilderobjectVersion(Integer objectVersion)The version of the object that is used to track changes in the object instance.TaskValidationSummary.BuilderparentRef(ParentReference parentRef)TaskValidationSummary.BuildertotalMessageCount(Integer totalMessageCount)Total number of validation messages.TaskValidationSummary.BuildervalidationMessages(Map<String,List<ValidationMessage>> validationMessages)Detailed information of the data flow object validation.TaskValidationSummary.BuilderwarnMessageCount(Integer warnMessageCount)Total number of validation warning messages.
 
- 
- 
- 
Method Detail- 
totalMessageCountpublic TaskValidationSummary.Builder totalMessageCount(Integer totalMessageCount) Total number of validation messages.- Parameters:
- totalMessageCount- the value to set
- Returns:
- this builder
 
 - 
errorMessageCountpublic TaskValidationSummary.Builder errorMessageCount(Integer errorMessageCount) Total number of validation error messages.- Parameters:
- errorMessageCount- the value to set
- Returns:
- this builder
 
 - 
warnMessageCountpublic TaskValidationSummary.Builder warnMessageCount(Integer warnMessageCount) Total number of validation warning messages.- Parameters:
- warnMessageCount- the value to set
- Returns:
- this builder
 
 - 
infoMessageCountpublic TaskValidationSummary.Builder infoMessageCount(Integer infoMessageCount) Total number of validation information messages.- Parameters:
- infoMessageCount- the value to set
- Returns:
- this builder
 
 - 
validationMessagespublic TaskValidationSummary.Builder validationMessages(Map<String,List<ValidationMessage>> validationMessages) Detailed information of the data flow object validation.- Parameters:
- validationMessages- the value to set
- Returns:
- this builder
 
 - 
keypublic TaskValidationSummary.Builder key(String key) Objects use a 36 character key as unique ID.It is system generated and cannot be modified. - Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic TaskValidationSummary.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic TaskValidationSummary.Builder modelVersion(String modelVersion) The model version of an object.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic TaskValidationSummary.Builder parentRef(ParentReference parentRef) 
 - 
namepublic 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. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic TaskValidationSummary.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic TaskValidationSummary.Builder objectVersion(Integer objectVersion) The version of the object that is used to track changes in the object instance.- Parameters:
- objectVersion- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic 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.- Parameters:
- objectStatus- the value to set
- Returns:
- this builder
 
 - 
identifierpublic 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. - Parameters:
- identifier- the value to set
- Returns:
- this builder
 
 - 
metadatapublic TaskValidationSummary.Builder metadata(ObjectMetadata metadata) 
 - 
buildpublic TaskValidationSummary build() 
 - 
copypublic TaskValidationSummary.Builder copy(TaskValidationSummary model) 
 
- 
 
-