public static interface BatchGetAssetPropertyValueHistoryErrorInfo.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistoryErrorInfo.Builder,BatchGetAssetPropertyValueHistoryErrorInfo>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueHistoryErrorInfo.Builder |
errorCode(BatchGetAssetPropertyValueHistoryErrorCode errorCode)
The error code.
|
BatchGetAssetPropertyValueHistoryErrorInfo.Builder |
errorCode(String errorCode)
The error code.
|
BatchGetAssetPropertyValueHistoryErrorInfo.Builder |
errorTimestamp(Instant errorTimestamp)
The date the error occurred, in Unix epoch time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyValueHistoryErrorInfo.Builder errorCode(String errorCode)
The error code.
errorCode - The error code.BatchGetAssetPropertyValueHistoryErrorCode,
BatchGetAssetPropertyValueHistoryErrorCodeBatchGetAssetPropertyValueHistoryErrorInfo.Builder errorCode(BatchGetAssetPropertyValueHistoryErrorCode errorCode)
The error code.
errorCode - The error code.BatchGetAssetPropertyValueHistoryErrorCode,
BatchGetAssetPropertyValueHistoryErrorCodeBatchGetAssetPropertyValueHistoryErrorInfo.Builder errorTimestamp(Instant errorTimestamp)
The date the error occurred, in Unix epoch time.
errorTimestamp - The date the error occurred, in Unix epoch time.Copyright © 2022. All rights reserved.