public class POBBidderResult<T extends POBAdDescriptor>
extends java.lang.Object
| Constructor and Description |
|---|
POBBidderResult() |
| Modifier and Type | Method and Description |
|---|---|
POBAdResponse<T> |
getAdResponse()
To get ad response of the bidder if present
|
POBError |
getError()
To get error for the bidder if present
|
POBNetworkResult |
getNetworkResult()
To get network result for the bidder
|
void |
setAdResponse(POBAdResponse<T> adResponse)
To set ad response for the bidder
|
void |
setError(POBError error)
To set ad error for the bidder
|
void |
setNetworkResult(POBNetworkResult networkResult)
To set ad network result for the bidder
|
java.lang.String |
toString()
Returns the string format of the Bidder Result
|
@Nullable public POBAdResponse<T> getAdResponse()
public void setAdResponse(@Nullable
POBAdResponse<T> adResponse)
adResponse - the instance of POBAdResponse@Nullable public POBError getError()
POBErrorpublic void setError(@Nullable
POBError error)
error - the instance of POBError@Nullable public POBNetworkResult getNetworkResult()
POBNetworkResultpublic void setNetworkResult(@Nullable
POBNetworkResult networkResult)
networkResult - the instance of POBNetworkResult@NonNull public java.lang.String toString()
toString in class java.lang.Object