Class BadGatewayResponse.Data.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.errors.BadGatewayResponse.Data.Builder
-
- Enclosing class:
- BadGatewayResponse.Data
public static final class BadGatewayResponse.Data.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BadGatewayResponse.Databuild()BadGatewayResponse.Data.Buildermessage(java.lang.String message)Error messageBadGatewayResponse.Data.BuilderstatusCode(double statusCode)HTTP status codeBadGatewayResponse.Data.Buildertimestamp(java.time.OffsetDateTime timestamp)Timestamp when the error occurred
-
-
-
Method Detail
-
statusCode
public BadGatewayResponse.Data.Builder statusCode(double statusCode)
HTTP status code
-
message
public BadGatewayResponse.Data.Builder message(java.lang.String message)
Error message
-
timestamp
public BadGatewayResponse.Data.Builder timestamp(java.time.OffsetDateTime timestamp)
Timestamp when the error occurred
-
build
public BadGatewayResponse.Data build()
-
-