public class CertificateError extends Object
Constructor and Description |
---|
CertificateError() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorType()
The type of the error.
|
Integer |
getEventId()
The ID of the event.
|
String |
getRequestURL()
The url that was requested.
|
void |
setErrorType(String errorType)
The type of the error.
|
void |
setEventId(Integer eventId)
The ID of the event.
|
void |
setRequestURL(String requestURL)
The url that was requested.
|
public Integer getEventId()
public void setEventId(Integer eventId)
public String getErrorType()
public void setErrorType(String errorType)
public String getRequestURL()
public void setRequestURL(String requestURL)
Copyright © 2017 WebFolder OÜ. All rights reserved.