Class ErrorPage

java.lang.Object
com.tremolosecurity.k8s.model.ErrorPage

public class ErrorPage extends Object
  • Constructor Details

    • ErrorPage

      public ErrorPage()
      No args constructor for use in serialization
    • ErrorPage

      public ErrorPage(long code, String location)
      Parameters:
      code -
      location -
  • Method Details

    • getCode

      public long getCode()
    • setCode

      public void setCode(long code)
    • withCode

      public ErrorPage withCode(long code)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • withLocation

      public ErrorPage withLocation(String location)
    • toString

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

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

      public boolean equals(Object other)
      Overrides:
      equals in class Object