Class Lookup

java.lang.Object
org.hihn.listenbrainz.Lookup

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.7.0") public class Lookup extends Object
Lookup
  • Field Details

  • Constructor Details

    • Lookup

      public Lookup()
  • Method Details

    • artistCreditName

      public Lookup artistCreditName(String artistCreditName)
    • getArtistCreditName

      @Nullable public String getArtistCreditName()
      Get artistCreditName
      Returns:
      artistCreditName
    • setArtistCreditName

      public void setArtistCreditName(String artistCreditName)
    • artistMbids

      public Lookup artistMbids(List<UUID> artistMbids)
    • addArtistMbidsItem

      public Lookup addArtistMbidsItem(UUID artistMbidsItem)
    • getArtistMbids

      @Nullable public List<UUID> getArtistMbids()
      Get artistMbids
      Returns:
      artistMbids
    • setArtistMbids

      public void setArtistMbids(List<UUID> artistMbids)
    • metadata

      public Lookup metadata(LookupMetadata metadata)
    • getMetadata

      @Nullable public LookupMetadata getMetadata()
      Get metadata
      Returns:
      metadata
    • setMetadata

      public void setMetadata(LookupMetadata metadata)
    • recordingMbid

      public Lookup recordingMbid(UUID recordingMbid)
    • getRecordingMbid

      @Nullable public UUID getRecordingMbid()
      Get recordingMbid
      Returns:
      recordingMbid
    • setRecordingMbid

      public void setRecordingMbid(UUID recordingMbid)
    • recordingName

      public Lookup recordingName(String recordingName)
    • getRecordingName

      @Nullable public String getRecordingName()
      Get recordingName
      Returns:
      recordingName
    • setRecordingName

      public void setRecordingName(String recordingName)
    • releaseMbid

      public Lookup releaseMbid(UUID releaseMbid)
    • getReleaseMbid

      @Nullable public UUID getReleaseMbid()
      Get releaseMbid
      Returns:
      releaseMbid
    • setReleaseMbid

      public void setReleaseMbid(UUID releaseMbid)
    • releaseName

      public Lookup releaseName(String releaseName)
    • getReleaseName

      @Nullable public String getReleaseName()
      Get releaseName
      Returns:
      releaseName
    • setReleaseName

      public void setReleaseName(String releaseName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to Lookup
    • fromJson

      public static Lookup fromJson(String jsonString) throws IOException
      Create an instance of Lookup given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of Lookup
      Throws:
      IOException - if the JSON string is invalid with respect to Lookup
    • toJson

      public String toJson()
      Convert an instance of Lookup to an JSON string
      Returns:
      JSON string