Class DeleteApplicationResponse
java.lang.Object
com.yahoo.container.jdisc.HttpResponse
com.yahoo.restapi.SlimeJsonResponse
com.yahoo.restapi.MessageResponse
com.yahoo.vespa.config.server.http.v2.response.DeleteApplicationResponse
public class DeleteApplicationResponse
extends com.yahoo.restapi.MessageResponse
-
Field Summary
Fields inherited from class com.yahoo.restapi.SlimeJsonResponse
slime
Fields inherited from class com.yahoo.container.jdisc.HttpResponse
DEFAULT_CHARACTER_ENCODING, DEFAULT_MIME_TYPE
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteApplicationResponse
(com.yahoo.config.provision.ApplicationId applicationId) -
Method Summary
Methods inherited from class com.yahoo.restapi.SlimeJsonResponse
getContentType, render
Methods inherited from class com.yahoo.container.jdisc.HttpResponse
complete, getCharacterEncoding, getJdiscResponse, getLogValues, getRequestType, getStatus, headers, maxPendingBytes, populateAccessLogEntry, setRequestType, setStatus
-
Constructor Details
-
DeleteApplicationResponse
public DeleteApplicationResponse(com.yahoo.config.provision.ApplicationId applicationId)
-