Class PasteUtil.PasteResult

java.lang.Object
com.earth2me.essentials.utils.PasteUtil.PasteResult
Enclosing class:
PasteUtil

public static class PasteUtil.PasteResult extends Object
  • Constructor Details

    • PasteResult

      protected PasteResult(String pasteId, String pasteUrl, @Nullable String deletionKey)
  • Method Details

    • getPasteUrl

      public String getPasteUrl()
    • getDeletionKey

      public @Nullable String getDeletionKey()
    • getPasteId

      public String getPasteId()