Class WireSystemFlagsDeployResult
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.systemflags.v1.wire.WireSystemFlagsDeployResult
-
public class WireSystemFlagsDeployResult extends java.lang.ObjectNote: This class is only annotated for serialization, deserialization is not supported.- Author:
- bjorncs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWireSystemFlagsDeployResult.WireFlagDataChangestatic classWireSystemFlagsDeployResult.WireOperationFailurestatic classWireSystemFlagsDeployResult.WireWarning
-
Field Summary
Fields Modifier and Type Field Description java.util.List<WireSystemFlagsDeployResult.WireFlagDataChange>changesjava.util.List<WireSystemFlagsDeployResult.WireOperationFailure>errorsjava.util.List<WireSystemFlagsDeployResult.WireWarning>warnings
-
Constructor Summary
Constructors Constructor Description WireSystemFlagsDeployResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasErrors()
-
-
-
Field Detail
-
changes
public java.util.List<WireSystemFlagsDeployResult.WireFlagDataChange> changes
-
errors
public java.util.List<WireSystemFlagsDeployResult.WireOperationFailure> errors
-
warnings
public java.util.List<WireSystemFlagsDeployResult.WireWarning> warnings
-
-