Package com.jetbrains.notary.models
Class SubmissionLogURLResponse
-
- All Implemented Interfaces:
public final class SubmissionLogURLResponseThe notary service’s response to a request for the log information about a completed submission.
https://developer.apple.com/documentation/notaryapi/submissionlogurlresponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSubmissionLogURLResponse.Datapublic final classSubmissionLogURLResponse.MetaAn empty object.
https://developer.apple.com/documentation/notaryapi/submissionlogurlresponse/meta
-
Field Summary
Fields Modifier and Type Field Description private final SubmissionLogURLResponse.Datadataprivate final SubmissionLogURLResponse.Metameta
-
Constructor Summary
Constructors Constructor Description SubmissionLogURLResponse(SubmissionLogURLResponse.Data data, SubmissionLogURLResponse.Meta meta)
-
Method Summary
Modifier and Type Method Description final SubmissionLogURLResponse.DatagetData()Data that indicates how to get the log information for a particular submission. final SubmissionLogURLResponse.MetagetMeta()An empty object that you can ignore. -
-
Constructor Detail
-
SubmissionLogURLResponse
SubmissionLogURLResponse(SubmissionLogURLResponse.Data data, SubmissionLogURLResponse.Meta meta)
-
-
Method Detail
-
getData
final SubmissionLogURLResponse.Data getData()
Data that indicates how to get the log information for a particular submission.
-
getMeta
final SubmissionLogURLResponse.Meta getMeta()
An empty object that you can ignore.
-
-
-
-