UnfetchedProduct

public final class UnfetchedProduct


Represents a product that was unable to be fetched.

Summary

Nested types

@Retention(value = java.lang.annotation.RetentionPolicy.SOURCE)
public annotation UnfetchedProduct.StatusCode

Possible Status codes.

Public methods

boolean
String

Returns the product's Id of the unfetched product.

String

Returns the ProductType of the unfetched product.

int

Returns the StatusCode of the unfetched product.

int
String

Public methods

equals

public boolean equals(Object o)

getProductId

public String getProductId()

Returns the product's Id of the unfetched product.

getProductType

public String getProductType()

Returns the ProductType of the unfetched product.

getStatusCode

public int getStatusCode()

Returns the StatusCode of the unfetched product.

hashCode

public int hashCode()

toString

public String toString()