Class TenantGetResponse
java.lang.Object
com.yahoo.container.jdisc.HttpResponse
com.yahoo.restapi.SlimeJsonResponse
com.yahoo.restapi.MessageResponse
com.yahoo.vespa.config.server.http.v2.response.TenantGetResponse
public class TenantGetResponse
extends com.yahoo.restapi.MessageResponse
Response for tenant create
- Author:
- hmusum
-
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
Constructors -
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
-
TenantGetResponse
public TenantGetResponse(com.yahoo.config.provision.TenantName tenant)
-