UnfetchedProduct

public final class UnfetchedProduct 


Represents a product that was unable to be fetched.

Summary

Nested types

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()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年05月19日 UTC.