-
public final class CorsErrorStatus
-
-
Field Summary
Fields Modifier and Type Field Description private final CorsErrorcorsErrorprivate final StringfailedParameter
-
Constructor Summary
Constructors Constructor Description CorsErrorStatus(CorsError corsError, String failedParameter)
-
Method Summary
Modifier and Type Method Description final CorsErrorcomponent1()final Stringcomponent2()final CorsErrorStatuscopy(CorsError corsError, String failedParameter)final CorsErrorgetCorsError()final StringgetFailedParameter()-
-
Method Detail
-
component1
final CorsError component1()
-
component2
final String component2()
-
copy
final CorsErrorStatus copy(CorsError corsError, String failedParameter)
-
getCorsError
final CorsError getCorsError()
-
getFailedParameter
final String getFailedParameter()
-
-
-
-