Package com.oracle.bmc.aivision.model
Class VideoTrackedObjectProperties.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.VideoTrackedObjectProperties.Builder
 
- 
- Enclosing class:
- VideoTrackedObjectProperties
 
 public static class VideoTrackedObjectProperties.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoTrackedObjectProperties.BuilderaxleCount(Integer axleCount)The axle count value of a tracked vehicle.VideoTrackedObjectPropertiesbuild()VideoTrackedObjectProperties.Buildercopy(VideoTrackedObjectProperties model)VideoTrackedObjectProperties.BuildertrailerIds(List<Integer> trailerIds)Object IDs of the trailers associated with the tracked vehicle.
 
- 
- 
- 
Method Detail- 
axleCountpublic VideoTrackedObjectProperties.Builder axleCount(Integer axleCount) The axle count value of a tracked vehicle.- Parameters:
- axleCount- the value to set
- Returns:
- this builder
 
 - 
trailerIdspublic VideoTrackedObjectProperties.Builder trailerIds(List<Integer> trailerIds) Object IDs of the trailers associated with the tracked vehicle.- Parameters:
- trailerIds- the value to set
- Returns:
- this builder
 
 - 
buildpublic VideoTrackedObjectProperties build() 
 - 
copypublic VideoTrackedObjectProperties.Builder copy(VideoTrackedObjectProperties model) 
 
- 
 
-