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