Class InspectionResultValue.InspectionResultValueBuilder
- Enclosing class:
- InspectionResultValue
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changedDateTime(ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0changedTime(LocalTime changedTime) Constraints: Not nullable, Precision: 0characteristicAttributeCatalog(String characteristicAttributeCatalog) Constraints: Not nullable, Maximum length: 1characteristicAttributeCode(String characteristicAttributeCode) Constraints: Not nullable, Maximum length: 4characteristicAttributeCodeGrp(String characteristicAttributeCodeGrp) Constraints: Not nullable, Maximum length: 8createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDate(LocalDateTime creationDate) Constraints: Not nullable, Precision: 0creationTime(LocalTime creationTime) Constraints: Not nullable, Precision: 0defectClass(String defectClass) Constraints: Not nullable, Maximum length: 2inspectionCharacteristic(String inspectionCharacteristic) (Key Field) Constraints: Not nullable, Maximum length: 4inspectionEndDate(LocalDateTime inspectionEndDate) Constraints: Not nullable, Precision: 0inspectionEndTime(LocalTime inspectionEndTime) Constraints: Not nullable, Precision: 0inspectionLot(String inspectionLot) (Key Field) Constraints: Not nullable, Maximum length: 12inspectionNumberOfDefects(Short inspectionNumberOfDefects) Constraints: noneinspectionResultAttribute(String inspectionResultAttribute) Constraints: Not nullable, Maximum length: 1inspectionResultCatalog2(String inspectionResultCatalog2) Constraints: Not nullable, Maximum length: 1inspectionResultCatalog3(String inspectionResultCatalog3) Constraints: Not nullable, Maximum length: 1inspectionResultCatalog4(String inspectionResultCatalog4) Constraints: Not nullable, Maximum length: 1inspectionResultCatalog5(String inspectionResultCatalog5) Constraints: Not nullable, Maximum length: 1inspectionResultCode2(String inspectionResultCode2) Constraints: Not nullable, Maximum length: 4inspectionResultCode3(String inspectionResultCode3) Constraints: Not nullable, Maximum length: 4inspectionResultCode4(String inspectionResultCode4) Constraints: Not nullable, Maximum length: 4inspectionResultCode5(String inspectionResultCode5) Constraints: Not nullable, Maximum length: 4inspectionResultCodeGroup2(String inspectionResultCodeGroup2) Constraints: Not nullable, Maximum length: 8inspectionResultCodeGroup3(String inspectionResultCodeGroup3) Constraints: Not nullable, Maximum length: 8inspectionResultCodeGroup4(String inspectionResultCodeGroup4) Constraints: Not nullable, Maximum length: 8inspectionResultCodeGroup5(String inspectionResultCodeGroup5) Constraints: Not nullable, Maximum length: 8inspectionResultItem(String inspectionResultItem) Constraints: Not nullable, Maximum length: 18inspectionResultMeasuredValue(Double inspectionResultMeasuredValue) Constraints: noneinspectionResultOriginalValue(String inspectionResultOriginalValue) Constraints: Not nullable, Maximum length: 25inspectionResultText(String inspectionResultText) Constraints: Not nullable, Maximum length: 40inspectionStartDate(LocalDateTime inspectionStartDate) Constraints: Not nullable, Precision: 0inspectionStartTime(LocalTime inspectionStartTime) Constraints: Not nullable, Precision: 0inspectionSubsetInternalID(String inspectionSubsetInternalID) Constraints: Not nullable, Maximum length: 6inspectionValuationResult(String inspectionValuationResult) Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 12inspLotSingleUnitNumber(String inspLotSingleUnitNumber) Constraints: Not nullable, Maximum length: 4inspPlanOperationInternalID(String inspPlanOperationInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8inspResultFrmtdMeasuredValue(String inspResultFrmtdMeasuredValue) Constraints: Not nullable, Maximum length: 22inspResultHasMeasuredValue(String inspResultHasMeasuredValue) Constraints: Not nullable, Maximum length: 1inspResultItemInternalID(String inspResultItemInternalID) Constraints: Not nullable, Maximum length: 4inspResultValueInternalID(String inspResultValueInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8inspRsltFreeDefinedTestEquip(String inspRsltFreeDefinedTestEquip) Constraints: Not nullable, Maximum length: 18lastChangeDate(LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12toString()
-
Method Details
-
inspectionLot
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionLot(@Nullable String inspectionLot) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: InspectionLot
- Returns:
this.
-
inspPlanOperationInternalID
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspPlanOperationInternalID(@Nullable String inspPlanOperationInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: InspPlanOperationInternalID
- Returns:
this.
-
inspectionCharacteristic
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionCharacteristic(@Nullable String inspectionCharacteristic) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspectionCharacteristic
- Returns:
this.
-
inspResultValueInternalID
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspResultValueInternalID(@Nullable String inspResultValueInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: InspResultValueInternalID
- Returns:
this.
-
inspectionResultAttribute
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultAttribute(@Nullable String inspectionResultAttribute) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionResultAttribute
- Returns:
this.
-
inspResultItemInternalID
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspResultItemInternalID(@Nullable String inspResultItemInternalID) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspResultItemInternalID
- Returns:
this.
-
inspectionSubsetInternalID
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionSubsetInternalID(@Nullable String inspectionSubsetInternalID) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: InspectionSubsetInternalID
- Returns:
this.
-
inspectionResultMeasuredValue
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultMeasuredValue(@Nullable Double inspectionResultMeasuredValue) Constraints: noneOriginal property name from the Odata EDM: InspectionResultMeasuredValue
- Returns:
this.
-
inspResultFrmtdMeasuredValue
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspResultFrmtdMeasuredValue(@Nullable String inspResultFrmtdMeasuredValue) Constraints: Not nullable, Maximum length: 22Original property name from the Odata EDM: InspResultFrmtdMeasuredValue
- Returns:
this.
-
inspResultHasMeasuredValue
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspResultHasMeasuredValue(@Nullable String inspResultHasMeasuredValue) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspResultHasMeasuredValue
- Returns:
this.
-
inspectionResultOriginalValue
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultOriginalValue(@Nullable String inspectionResultOriginalValue) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: InspectionResultOriginalValue
- Returns:
this.
-
inspectionNumberOfDefects
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionNumberOfDefects(@Nullable Short inspectionNumberOfDefects) Constraints: noneOriginal property name from the Odata EDM: InspectionNumberOfDefects
- Returns:
this.
-
defectClass
@Nonnull public InspectionResultValue.InspectionResultValueBuilder defectClass(@Nullable String defectClass) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DefectClass
- Returns:
this.
-
inspectionResultText
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultText(@Nullable String inspectionResultText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: InspectionResultText
- Returns:
this.
-
inspLotSingleUnitNumber
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspLotSingleUnitNumber(@Nullable String inspLotSingleUnitNumber) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspLotSingleUnitNumber
- Returns:
this.
-
inspectionResultItem
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultItem(@Nullable String inspectionResultItem) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: InspectionResultItem
- Returns:
this.
-
inspRsltFreeDefinedTestEquip
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspRsltFreeDefinedTestEquip(@Nullable String inspRsltFreeDefinedTestEquip) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: InspRsltFreeDefinedTestEquip
- Returns:
this.
-
inspectionValuationResult
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionValuationResult(@Nullable String inspectionValuationResult) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionValuationResult
- Returns:
this.
-
characteristicAttributeCodeGrp
@Nonnull public InspectionResultValue.InspectionResultValueBuilder characteristicAttributeCodeGrp(@Nullable String characteristicAttributeCodeGrp) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CharacteristicAttributeCodeGrp
- Returns:
this.
-
inspectionResultCodeGroup2
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultCodeGroup2(@Nullable String inspectionResultCodeGroup2) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: InspectionResultCodeGroup2
- Returns:
this.
-
inspectionResultCodeGroup3
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultCodeGroup3(@Nullable String inspectionResultCodeGroup3) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: InspectionResultCodeGroup3
- Returns:
this.
-
inspectionResultCodeGroup4
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultCodeGroup4(@Nullable String inspectionResultCodeGroup4) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: InspectionResultCodeGroup4
- Returns:
this.
-
inspectionResultCodeGroup5
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultCodeGroup5(@Nullable String inspectionResultCodeGroup5) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: InspectionResultCodeGroup5
- Returns:
this.
-
characteristicAttributeCode
@Nonnull public InspectionResultValue.InspectionResultValueBuilder characteristicAttributeCode(@Nullable String characteristicAttributeCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CharacteristicAttributeCode
- Returns:
this.
-
inspectionResultCode2
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultCode2(@Nullable String inspectionResultCode2) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspectionResultCode2
- Returns:
this.
-
inspectionResultCode3
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultCode3(@Nullable String inspectionResultCode3) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspectionResultCode3
- Returns:
this.
-
inspectionResultCode4
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultCode4(@Nullable String inspectionResultCode4) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspectionResultCode4
- Returns:
this.
-
inspectionResultCode5
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultCode5(@Nullable String inspectionResultCode5) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspectionResultCode5
- Returns:
this.
-
characteristicAttributeCatalog
@Nonnull public InspectionResultValue.InspectionResultValueBuilder characteristicAttributeCatalog(@Nullable String characteristicAttributeCatalog) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CharacteristicAttributeCatalog
- Returns:
this.
-
inspectionResultCatalog2
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultCatalog2(@Nullable String inspectionResultCatalog2) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionResultCatalog2
- Returns:
this.
-
inspectionResultCatalog3
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultCatalog3(@Nullable String inspectionResultCatalog3) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionResultCatalog3
- Returns:
this.
-
inspectionResultCatalog4
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultCatalog4(@Nullable String inspectionResultCatalog4) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionResultCatalog4
- Returns:
this.
-
inspectionResultCatalog5
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionResultCatalog5(@Nullable String inspectionResultCatalog5) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionResultCatalog5
- Returns:
this.
-
inspector
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspector(@Nullable String inspector) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: Inspector
- Returns:
this.
-
inspectionStartDate
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionStartDate(@Nullable LocalDateTime inspectionStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: InspectionStartDate
- Returns:
this.
-
inspectionStartTime
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionStartTime(@Nullable LocalTime inspectionStartTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: InspectionStartTime
- Returns:
this.
-
inspectionEndDate
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionEndDate(@Nullable LocalDateTime inspectionEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: InspectionEndDate
- Returns:
this.
-
inspectionEndTime
@Nonnull public InspectionResultValue.InspectionResultValueBuilder inspectionEndTime(@Nullable LocalTime inspectionEndTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: InspectionEndTime
- Returns:
this.
-
creationDate
@Nonnull public InspectionResultValue.InspectionResultValueBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
creationTime
@Nonnull public InspectionResultValue.InspectionResultValueBuilder creationTime(@Nullable LocalTime creationTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationTime
- Returns:
this.
-
createdByUser
@Nonnull public InspectionResultValue.InspectionResultValueBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
lastChangeDate
@Nonnull public InspectionResultValue.InspectionResultValueBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
changedTime
@Nonnull public InspectionResultValue.InspectionResultValueBuilder changedTime(@Nullable LocalTime changedTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ChangedTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public InspectionResultValue.InspectionResultValueBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
changedDateTime
@Nonnull public InspectionResultValue.InspectionResultValueBuilder changedDateTime(@Nullable ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ChangedDateTime
- Returns:
this.
-
build
-
toString
-