Class ProductionVolume.ProductionVolumeBuilder
- Enclosing class:
- ProductionVolume
-
Method Summary
Modifier and TypeMethodDescriptionallocationFrequency(String allocationFrequency) Constraints: Not nullable, Maximum length: 3build()companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4controllingArea(String controllingArea) Constraints: Not nullable, Maximum length: 4creationDateTime(ZonedDateTime creationDateTime) Constraints: Not nullable, Precision: 0lastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 0oilAllocAtWellCompltnDateTime(ZonedDateTime oilAllocAtWellCompltnDateTime) (Key Field) Constraints: Not nullable, Precision: 0oilProdnVolAtWellOrWellCompltn(BigDecimal oilProdnVolAtWellOrWellCompltn) Constraints: Not nullable, Precision: 15, Scale: 3productionDate(LocalDateTime productionDate) (Key Field) Constraints: Not nullable, Precision: 0toString()volumeUnit(String volumeUnit) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 30wellCompletion(String wellCompletion) (Key Field) Constraints: Not nullable, Maximum length: 30wellCompletionDescription(String wellCompletionDescription) Constraints: Not nullable, Maximum length: 40wellDescription(String wellDescription) Constraints: Not nullable, Maximum length: 40
-
Method Details
-
well
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: Well
- Returns:
this.
-
wellCompletion
@Nonnull public ProductionVolume.ProductionVolumeBuilder wellCompletion(@Nullable String wellCompletion) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: WellCompletion
- Returns:
this.
-
productionDate
@Nonnull public ProductionVolume.ProductionVolumeBuilder productionDate(@Nullable LocalDateTime productionDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ProductionDate
- Returns:
this.
-
oilAllocAtWellCompltnDateTime
@Nonnull public ProductionVolume.ProductionVolumeBuilder oilAllocAtWellCompltnDateTime(@Nullable ZonedDateTime oilAllocAtWellCompltnDateTime) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: OilAllocAtWellCompltnDateTime
- Returns:
this.
-
wellDescription
@Nonnull public ProductionVolume.ProductionVolumeBuilder wellDescription(@Nullable String wellDescription) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: WellDescription
- Returns:
this.
-
wellCompletionDescription
@Nonnull public ProductionVolume.ProductionVolumeBuilder wellCompletionDescription(@Nullable String wellCompletionDescription) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: WellCompletionDescription
- Returns:
this.
-
companyCode
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
controllingArea
@Nonnull public ProductionVolume.ProductionVolumeBuilder controllingArea(@Nullable String controllingArea) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
oilProdnVolAtWellOrWellCompltn
@Nonnull public ProductionVolume.ProductionVolumeBuilder oilProdnVolAtWellOrWellCompltn(@Nullable BigDecimal oilProdnVolAtWellOrWellCompltn) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: OilProdnVolAtWellOrWellCompltn
- Returns:
this.
-
volumeUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: VolumeUnit
- Returns:
this.
-
allocationFrequency
@Nonnull public ProductionVolume.ProductionVolumeBuilder allocationFrequency(@Nullable String allocationFrequency) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: AllocationFrequency
- Returns:
this.
-
creationDateTime
@Nonnull public ProductionVolume.ProductionVolumeBuilder creationDateTime(@Nullable ZonedDateTime creationDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangeDateTime
@Nonnull public ProductionVolume.ProductionVolumeBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
build
-
toString
-