Class SubmissionLogURLResponse.Data.Attributes

  • All Implemented Interfaces:

    
    public final class SubmissionLogURLResponse.Data.Attributes
    
                        

    Information about the log associated with the submission.

    https://developer.apple.com/documentation/notaryapi/submissionlogurlresponse/data/attributes

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getDeveloperLogUrl() The URL that you use to download the logs for a submission.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.