public static class TypedValueModel.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
TypedValueModel |
build() |
TypedValueModel.Builder |
withContent(byte[] content) |
TypedValueModel.Builder |
withDataType(DataTypeModel dataTypeModel) |
TypedValueModel.Builder |
withError(boolean error) |
TypedValueModel.Builder |
withExceptionMessage(String exceptionMessage) |
TypedValueModel.Builder |
withExceptionStackTrace(String[] exceptionStackTrace) |
TypedValueModel.Builder |
withTruncated(boolean truncated) |
public TypedValueModel.Builder withDataType(DataTypeModel dataTypeModel)
public TypedValueModel.Builder withContent(byte[] content)
public TypedValueModel.Builder withTruncated(boolean truncated)
public TypedValueModel.Builder withError(boolean error)
public TypedValueModel.Builder withExceptionMessage(String exceptionMessage)
public TypedValueModel.Builder withExceptionStackTrace(String[] exceptionStackTrace)
public TypedValueModel build()
Copyright © 2022. All rights reserved.