public static class StackifyError.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StackifyError |
build() |
StackifyError.Builder |
customerName(java.lang.String customerName)
Sets the builder's customerName
|
StackifyError.Builder |
environmentDetail(EnvironmentDetail environmentDetail)
Sets the builder's environmentDetail
|
StackifyError.Builder |
error(ErrorItem error)
Sets the builder's error
|
StackifyError.Builder |
occurredEpochMillis(java.util.Date occurredEpochMillis)
Sets the builder's occurredEpochMillis
|
StackifyError.Builder |
serverVariables(java.util.Map<java.lang.String,java.lang.String> serverVariables)
Sets the builder's serverVariables
|
StackifyError.Builder |
userName(java.lang.String userName)
Sets the builder's userName
|
StackifyError.Builder |
webRequestDetail(WebRequestDetail webRequestDetail)
Sets the builder's webRequestDetail
|
public StackifyError.Builder environmentDetail(EnvironmentDetail environmentDetail)
environmentDetail - The environmentDetail to be setpublic StackifyError.Builder occurredEpochMillis(java.util.Date occurredEpochMillis)
occurredEpochMillis - The occurredEpochMillis to be setpublic StackifyError.Builder error(ErrorItem error)
error - The error to be setpublic StackifyError.Builder webRequestDetail(WebRequestDetail webRequestDetail)
webRequestDetail - The webRequestDetail to be setpublic StackifyError.Builder serverVariables(java.util.Map<java.lang.String,java.lang.String> serverVariables)
serverVariables - The serverVariables to be setpublic StackifyError.Builder customerName(java.lang.String customerName)
customerName - The customerName to be setpublic StackifyError.Builder userName(java.lang.String userName)
userName - The userName to be setpublic StackifyError build()
Copyright © 2017 Stackify, LLC. All Rights Reserved.