Class BatchCheckLayerAvailabilityResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAny failures associated with the call.A list of image layer objects corresponding to the image layer references in the request.inthashCode()voidsetFailures(Collection<LayerFailure> failures) Any failures associated with the call.voidsetLayers(Collection<Layer> layers) A list of image layer objects corresponding to the image layer references in the request.toString()Returns a string representation of this object; useful for testing and debugging.withFailures(LayerFailure... failures) Any failures associated with the call.withFailures(Collection<LayerFailure> failures) Any failures associated with the call.withLayers(Layer... layers) A list of image layer objects corresponding to the image layer references in the request.withLayers(Collection<Layer> layers) A list of image layer objects corresponding to the image layer references in the request.
-
Constructor Details
-
BatchCheckLayerAvailabilityResult
public BatchCheckLayerAvailabilityResult()
-
-
Method Details
-
getLayers
-
setLayers
A list of image layer objects corresponding to the image layer references in the request.
- Parameters:
layers- A list of image layer objects corresponding to the image layer references in the request.
-
withLayers
A list of image layer objects corresponding to the image layer references in the request.
NOTE: This method appends the values to the existing list (if any). Use
setLayers(java.util.Collection)orwithLayers(java.util.Collection)if you want to override the existing values.- Parameters:
layers- A list of image layer objects corresponding to the image layer references in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withLayers
A list of image layer objects corresponding to the image layer references in the request.
- Parameters:
layers- A list of image layer objects corresponding to the image layer references in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getFailures
Any failures associated with the call.
- Returns:
- Any failures associated with the call.
-
setFailures
Any failures associated with the call.
- Parameters:
failures- Any failures associated with the call.
-
withFailures
Any failures associated with the call.
NOTE: This method appends the values to the existing list (if any). Use
setFailures(java.util.Collection)orwithFailures(java.util.Collection)if you want to override the existing values.- Parameters:
failures- Any failures associated with the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFailures
Any failures associated with the call.
- Parameters:
failures- Any failures associated with the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-