Class PrepareResponse
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.configserver.PrepareResponse
-
public class PrepareResponse extends Object
- Author:
- Tony Vaagenes
-
-
Field Summary
Fields Modifier and Type Field Description ConfigChangeActionsconfigChangeActionsList<Log>logStringmessageTenantIdtenant
-
Constructor Summary
Constructors Constructor Description PrepareResponse()
-
-
-
Field Detail
-
tenant
public TenantId tenant
-
message
public String message
-
configChangeActions
public ConfigChangeActions configChangeActions
-
-