Package com.jetbrains.notary.models
Class SubmissionLogURLResponse.Data
-
- All Implemented Interfaces:
public final class SubmissionLogURLResponse.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSubmissionLogURLResponse.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 Stringidprivate final Stringtypeprivate final SubmissionLogURLResponse.Data.Attributesattributes
-
Constructor Summary
Constructors Constructor Description SubmissionLogURLResponse.Data(String id, String type, SubmissionLogURLResponse.Data.Attributes attributes)
-
Method Summary
Modifier and Type Method Description final StringgetId()The unique identifier for this submission. final StringgetType()The resource type. final SubmissionLogURLResponse.Data.AttributesgetAttributes()-
-
Constructor Detail
-
SubmissionLogURLResponse.Data
SubmissionLogURLResponse.Data(String id, String type, SubmissionLogURLResponse.Data.Attributes attributes)
-
-
Method Detail
-
getId
final String getId()
The unique identifier for this submission. This value matches the value that you provided as a path parameter to the Get Submission Log call that elicited this response.
-
getAttributes
final SubmissionLogURLResponse.Data.Attributes getAttributes()
-
-
-
-