Class ListTriggerExecutionsResponse
java.lang.Object
com.google.genai.gaos.models.operations.ListTriggerExecutionsResponse
- All Implemented Interfaces:
Response
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionListTriggerExecutionsResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse) ListTriggerExecutionsResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, ListTriggerExecutionsResponse listTriggerExecutionsResponse) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()HTTP response content type for this operationbooleaninthashCode()Successful operationRaw HTTP response; suitable for custom response parsingintHTTP response status code for this operationtoString()withContentType(String contentType) HTTP response content type for this operationwithListTriggerExecutionsResponse(ListTriggerExecutionsResponse listTriggerExecutionsResponse) Successful operationwithRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingwithStatusCode(int statusCode) HTTP response status code for this operation
-
Constructor Details
-
ListTriggerExecutionsResponse
public ListTriggerExecutionsResponse(@Nonnull String contentType, int statusCode, @Nonnull HttpResponse<InputStream> rawResponse, @Nullable ListTriggerExecutionsResponse listTriggerExecutionsResponse) -
ListTriggerExecutionsResponse
public ListTriggerExecutionsResponse(@Nonnull String contentType, int statusCode, @Nonnull HttpResponse<InputStream> rawResponse)
-
-
Method Details
-
contentType
HTTP response content type for this operation- Specified by:
contentTypein interfaceResponse
-
statusCode
public int statusCode()HTTP response status code for this operation- Specified by:
statusCodein interfaceResponse
-
rawResponse
Raw HTTP response; suitable for custom response parsing- Specified by:
rawResponsein interfaceResponse
-
listTriggerExecutionsResponse
Successful operation -
builder
-
withContentType
HTTP response content type for this operation -
withStatusCode
HTTP response status code for this operation -
withRawResponse
public ListTriggerExecutionsResponse withRawResponse(@Nonnull HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsing -
withListTriggerExecutionsResponse
public ListTriggerExecutionsResponse withListTriggerExecutionsResponse(@Nullable ListTriggerExecutionsResponse listTriggerExecutionsResponse) Successful operation -
equals
-
hashCode
public int hashCode() -
toString
-