Package uniffi.cedarling_uniffi
Class BatchAuthorizeUnsignedResponse
-
- All Implemented Interfaces:
public final class BatchAuthorizeUnsignedResponseResult of
Cedarling.authorize_unsigned_batch. Carries a sharedbatch_id(UUIDv7) alongside per-item outcomes.results[i]corresponds to theitems[i]supplied in the request.
-
-
Field Summary
Fields Modifier and Type Field Description private StringbatchIdprivate List<BatchItemUnsignedOutcome>results
-
Constructor Summary
Constructors Constructor Description BatchAuthorizeUnsignedResponse(String batchId, List<BatchItemUnsignedOutcome> results)
-
Method Summary
Modifier and Type Method Description final StringgetBatchId()final UnitsetBatchId(String value)final List<BatchItemUnsignedOutcome>getResults()final UnitsetResults(List<BatchItemUnsignedOutcome> value)-
-
Constructor Detail
-
BatchAuthorizeUnsignedResponse
BatchAuthorizeUnsignedResponse(String batchId, List<BatchItemUnsignedOutcome> results)
-
-
Method Detail
-
getBatchId
final String getBatchId()
-
setBatchId
final Unit setBatchId(String value)
-
getResults
final List<BatchItemUnsignedOutcome> getResults()
-
setResults
final Unit setResults(List<BatchItemUnsignedOutcome> value)
-
-
-
-