public class BrokerResponse
extends java.lang.Object
| Constructor and Description | 
|---|
BrokerResponse(int responseCode,
              java.lang.String message,
              @Nullable java.io.InputStream content)  | 
| Modifier and Type | Method and Description | 
|---|---|
static BrokerResponse | 
fromHttpResponse(com.google.api.client.http.HttpResponse response)  | 
java.lang.String | 
toString()  | 
public BrokerResponse(int responseCode,
                      java.lang.String message,
                      @Nullable java.io.InputStream content)
public static BrokerResponse fromHttpResponse(com.google.api.client.http.HttpResponse response) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object