@Immutable public class

HumanReadableArchive

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.attachment.format.HumanReadableArchive

Class Overview

Human-readable representation of an archive.

Summary

Fields
public static final HumanReadableArchive DOC_EXAMPLE
Public Constructors
HumanReadableArchive(long id, String name, Iterable<HumanReadableArchiveEntry> entries, long totalEntryCount, String mediaType)
Public Methods
boolean equals(Object obj)
Iterable<HumanReadableArchiveEntry> getEntries()
long getId()
String getMediaType()
String getName()
long getTotalEntryCount()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final HumanReadableArchive DOC_EXAMPLE

Public Constructors

public HumanReadableArchive (long id, String name, Iterable<HumanReadableArchiveEntry> entries, long totalEntryCount, String mediaType)

Public Methods

public boolean equals (Object obj)

public Iterable<HumanReadableArchiveEntry> getEntries ()

public long getId ()

public String getMediaType ()

public String getName ()

public long getTotalEntryCount ()

public int hashCode ()

public String toString ()