Class RenewRequest

java.lang.Object
com.mapr.login.common.RenewRequest

public class RenewRequest extends Object
Author: smarella
  • Constructor Details

    • RenewRequest

      public RenewRequest()
  • Method Details

    • getTicketAndKeyString

      public String getTicketAndKeyString()
    • setTicketAndKeyString

      public void setTicketAndKeyString(String ticketAndKeyString)
    • getTicketDurInSecs

      public Long getTicketDurInSecs()
    • setTicketDurInSecs

      public void setTicketDurInSecs(Long ticketDurInSecs)
    • toString

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

      public static String toJSON(RenewRequest request) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • fromJSON

      public static RenewRequest fromJSON(String json) throws IOException
      Throws:
      IOException