Package org.bedework.calfacade.responses
Class GetFilterDefResponse
java.lang.Object
org.bedework.util.misc.response.Response
org.bedework.calfacade.responses.GetFilterDefResponse
- All Implemented Interfaces:
Serializable
public class GetFilterDefResponse
extends org.bedework.util.misc.response.Response
Container for fetching locations.
- Author:
- Mike Douglass douglm - rpi.edu
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bedework.util.misc.response.Response
org.bedework.util.misc.response.Response.Status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFilterDef(BwFilterDef val) voidtoStringSegment(org.bedework.util.misc.ToString ts) Methods inherited from class org.bedework.util.misc.response.Response
error, error, fromResponse, getErrorTag, getException, getId, getMessage, getStatus, getWarnings, hasWarning, invalid, isError, isNotFound, isOk, notFound, notFound, notOk, notOk, notOk, ok, ok, ok, setErrorTag, setException, setId, setMessage, setStatus, toString, warning
-
Constructor Details
-
GetFilterDefResponse
public GetFilterDefResponse()
-
-
Method Details
-
setFilterDef
- Parameters:
val- filter definition
-
getFilterDef
- Returns:
- filter definition
-
toStringSegment
public void toStringSegment(org.bedework.util.misc.ToString ts) - Overrides:
toStringSegmentin classorg.bedework.util.misc.response.Response
-