Package com.oracle.bmc.queue.model
Class Stats.Builder
- java.lang.Object
- 
- com.oracle.bmc.queue.model.Stats.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Statsbuild()Stats.Buildercopy(Stats model)Stats.BuilderinFlightMessages(Long inFlightMessages)The approximate number of messages delivered to a consumer but not yet deleted and so unavailable for re-delivery.Stats.BuildersizeInBytes(Long sizeInBytes)The approximate size of the queue in bytes.Stats.BuildervisibleMessages(Long visibleMessages)The approximate number of visible messages (available for delivery) currently in the queue.
 
- 
- 
- 
Method Detail- 
visibleMessagespublic Stats.Builder visibleMessages(Long visibleMessages) The approximate number of visible messages (available for delivery) currently in the queue.- Parameters:
- visibleMessages- the value to set
- Returns:
- this builder
 
 - 
inFlightMessagespublic Stats.Builder inFlightMessages(Long inFlightMessages) The approximate number of messages delivered to a consumer but not yet deleted and so unavailable for re-delivery.- Parameters:
- inFlightMessages- the value to set
- Returns:
- this builder
 
 - 
sizeInBytespublic Stats.Builder sizeInBytes(Long sizeInBytes) The approximate size of the queue in bytes.Sum of the size of visible and in-flight messages. - Parameters:
- sizeInBytes- the value to set
- Returns:
- this builder
 
 - 
buildpublic Stats build() 
 - 
copypublic Stats.Builder copy(Stats model) 
 
- 
 
-