Class PathResolveLimitExceededMessage
java.lang.Object
ch.tocco.nice2.web.core.api.ErrorMessage
ch.tocco.nice2.rest.entity.impl.error.PathResolveLimitExceededMessage
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionlonggetLimit()getPath()longgetSize()setEntityId(EntityId entityId) setLimit(long limit) setPathElement(String pathElement) setSize(long size) Methods inherited from class ch.tocco.nice2.web.core.api.ErrorMessage
getErrorCode, getMessage, getStatus, setErrorCode, setMessage, setStatus
-
Field Details
-
ERROR_CODE
- See Also:
-
-
Constructor Details
-
PathResolveLimitExceededMessage
public PathResolveLimitExceededMessage() -
PathResolveLimitExceededMessage
-
-
Method Details
-
getEntityId
-
setEntityId
-
getPath
-
setPath
-
getPathElement
-
setPathElement
-
getSize
public long getSize() -
setSize
-
getLimit
public long getLimit() -
setLimit
-