public static class FlowError.FlowErrorBuilder extends FlowError
FlowError.FlowErrorBuilder
httpErrorCode, interceptorType, message, position
Constructor and Description |
---|
FlowErrorBuilder() |
Modifier and Type | Method and Description |
---|---|
FlowError |
build() |
FlowError.FlowErrorBuilder |
httpErrorCode(java.lang.Integer httpErrorCode) |
FlowError.FlowErrorBuilder |
interceptorType(java.lang.String interceptorType) |
FlowError.FlowErrorBuilder |
message(java.lang.String message) |
FlowError.FlowErrorBuilder |
position(java.lang.Integer position) |
public FlowError.FlowErrorBuilder message(java.lang.String message)
public FlowError.FlowErrorBuilder httpErrorCode(java.lang.Integer httpErrorCode)
public FlowError.FlowErrorBuilder position(java.lang.Integer position)
public FlowError.FlowErrorBuilder interceptorType(java.lang.String interceptorType)
public FlowError build()