Class OfferingStatus
java.lang.Object
com.amazonaws.services.devicefarm.model.OfferingStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The status of the offering.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The date on which the offering is effective.Represents the metadata of an offering status.The number of available devices in the offering.getType()
The type specified for the offering status.int
hashCode()
void
setEffectiveOn
(Date effectiveOn) The date on which the offering is effective.void
setOffering
(Offering offering) Represents the metadata of an offering status.void
setQuantity
(Integer quantity) The number of available devices in the offering.void
The type specified for the offering status.void
The type specified for the offering status.toString()
Returns a string representation of this object; useful for testing and debugging.withEffectiveOn
(Date effectiveOn) The date on which the offering is effective.withOffering
(Offering offering) Represents the metadata of an offering status.withQuantity
(Integer quantity) The number of available devices in the offering.The type specified for the offering status.The type specified for the offering status.
-
Constructor Details
-
OfferingStatus
public OfferingStatus()
-
-
Method Details
-
setType
The type specified for the offering status.
- Parameters:
type
- The type specified for the offering status.- See Also:
-
getType
The type specified for the offering status.
- Returns:
- The type specified for the offering status.
- See Also:
-
withType
The type specified for the offering status.
- Parameters:
type
- The type specified for the offering status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setType
The type specified for the offering status.
- Parameters:
type
- The type specified for the offering status.- See Also:
-
withType
The type specified for the offering status.
- Parameters:
type
- The type specified for the offering status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setOffering
Represents the metadata of an offering status.
- Parameters:
offering
- Represents the metadata of an offering status.
-
getOffering
Represents the metadata of an offering status.
- Returns:
- Represents the metadata of an offering status.
-
withOffering
Represents the metadata of an offering status.
- Parameters:
offering
- Represents the metadata of an offering status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setQuantity
The number of available devices in the offering.
- Parameters:
quantity
- The number of available devices in the offering.
-
getQuantity
The number of available devices in the offering.
- Returns:
- The number of available devices in the offering.
-
withQuantity
The number of available devices in the offering.
- Parameters:
quantity
- The number of available devices in the offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEffectiveOn
The date on which the offering is effective.
- Parameters:
effectiveOn
- The date on which the offering is effective.
-
getEffectiveOn
The date on which the offering is effective.
- Returns:
- The date on which the offering is effective.
-
withEffectiveOn
The date on which the offering is effective.
- Parameters:
effectiveOn
- The date on which the offering is effective.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-