Package com.jetbrains.notary.models
Class SubmissionLogURLResponse.Data.Attributes
-
- All Implemented Interfaces:
public final class SubmissionLogURLResponse.Data.AttributesInformation about the log associated with the submission.
https://developer.apple.com/documentation/notaryapi/submissionlogurlresponse/data/attributes
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdeveloperLogUrl
-
Constructor Summary
Constructors Constructor Description SubmissionLogURLResponse.Data.Attributes(String developerLogUrl)
-
Method Summary
Modifier and Type Method Description final StringgetDeveloperLogUrl()The URL that you use to download the logs for a submission. -
-
Constructor Detail
-
SubmissionLogURLResponse.Data.Attributes
SubmissionLogURLResponse.Data.Attributes(String developerLogUrl)
-
-
Method Detail
-
getDeveloperLogUrl
final String getDeveloperLogUrl()
The URL that you use to download the logs for a submission. The URL serves a JSON-encoded file that contains the log information. The URL is valid for only a few hours. If you need the log again later, ask for the URL again by making another call to the Get Submission Log endpoint.
-
-
-
-