Package uniffi.cedarling_uniffi
Class BatchAuthorizeMultiIssuerResponse
-
- All Implemented Interfaces:
public final class BatchAuthorizeMultiIssuerResponseResult of
Cedarling.authorize_multi_issuer_batch. Same shape asBatchAuthorizeUnsignedResponsewith multi-issuer results.
-
-
Field Summary
Fields Modifier and Type Field Description private StringbatchIdprivate List<BatchItemMultiIssuerOutcome>results
-
Constructor Summary
Constructors Constructor Description BatchAuthorizeMultiIssuerResponse(String batchId, List<BatchItemMultiIssuerOutcome> results)
-
Method Summary
Modifier and Type Method Description final StringgetBatchId()final UnitsetBatchId(String value)final List<BatchItemMultiIssuerOutcome>getResults()final UnitsetResults(List<BatchItemMultiIssuerOutcome> value)-
-
Constructor Detail
-
BatchAuthorizeMultiIssuerResponse
BatchAuthorizeMultiIssuerResponse(String batchId, List<BatchItemMultiIssuerOutcome> results)
-
-
Method Detail
-
getBatchId
final String getBatchId()
-
setBatchId
final Unit setBatchId(String value)
-
getResults
final List<BatchItemMultiIssuerOutcome> getResults()
-
setResults
final Unit setResults(List<BatchItemMultiIssuerOutcome> value)
-
-
-
-