public class ApplyConfigurationResponse
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ApplyConfigurationResponse.ApplyPostActions |
static class |
ApplyConfigurationResponse.ApplyPostRestartProcesses |
static class |
ApplyConfigurationResponse.ApplyPreActions |
static class |
ApplyConfigurationResponse.ApplyRestartProcesses |
static class |
ApplyConfigurationResponse.ManualActions |
static class |
ApplyConfigurationResponse.Warnings |
Modifier and Type | Field and Description |
---|---|
protected ApplyConfigurationResponse.ApplyPostActions |
applyPostActions |
protected ApplyConfigurationResponse.ApplyPostRestartProcesses |
applyPostRestartProcesses |
protected ApplyConfigurationResponse.ApplyPreActions |
applyPreActions |
protected ApplyConfigurationResponse.ApplyRestartProcesses |
applyRestartProcesses |
int |
currentVersion |
protected ApplyConfigurationResponse.ManualActions |
manualActions |
protected ApplyConfigurationResponse.Warnings |
warnings |
Constructor and Description |
---|
ApplyConfigurationResponse() |
ApplyConfigurationResponse(ApplyConfigurationResponse o)
Copy constructor
|
public int currentVersion
protected ApplyConfigurationResponse.ApplyPreActions applyPreActions
protected ApplyConfigurationResponse.ApplyRestartProcesses applyRestartProcesses
protected ApplyConfigurationResponse.ApplyPostActions applyPostActions
protected ApplyConfigurationResponse.Warnings warnings
protected ApplyConfigurationResponse.ApplyPostRestartProcesses applyPostRestartProcesses
protected ApplyConfigurationResponse.ManualActions manualActions
public ApplyConfigurationResponse()
public ApplyConfigurationResponse(ApplyConfigurationResponse o)
public void setCurrentVersion(int currentVersion)
public int getCurrentVersion()
public ApplyConfigurationResponse withCurrentVersion(int currentVersion)
public ApplyConfigurationResponse withCurrentVersion(java.lang.Integer currentVersion)
public ApplyConfigurationResponse.ApplyPreActions getApplyPreActions()
public void setApplyPreActions(ApplyConfigurationResponse.ApplyPreActions __value)
public ApplyConfigurationResponse withApplyPreActions(StringValue... __values)
public ApplyConfigurationResponse withApplyPreActions(java.util.Collection<StringValue> __values)
public ApplyConfigurationResponse withApplyPreActions(ApplyConfigurationResponse.ApplyPreActions __value)
public ApplyConfigurationResponse.ApplyRestartProcesses getApplyRestartProcesses()
public void setApplyRestartProcesses(ApplyConfigurationResponse.ApplyRestartProcesses __value)
public ApplyConfigurationResponse withApplyRestartProcesses(StringValue... __values)
public ApplyConfigurationResponse withApplyRestartProcesses(java.util.Collection<StringValue> __values)
public ApplyConfigurationResponse withApplyRestartProcesses(ApplyConfigurationResponse.ApplyRestartProcesses __value)
public ApplyConfigurationResponse.ApplyPostActions getApplyPostActions()
public void setApplyPostActions(ApplyConfigurationResponse.ApplyPostActions __value)
public ApplyConfigurationResponse withApplyPostActions(StringValue... __values)
public ApplyConfigurationResponse withApplyPostActions(java.util.Collection<StringValue> __values)
public ApplyConfigurationResponse withApplyPostActions(ApplyConfigurationResponse.ApplyPostActions __value)
public ApplyConfigurationResponse.Warnings getWarnings()
public void setWarnings(ApplyConfigurationResponse.Warnings __value)
public ApplyConfigurationResponse withWarnings(StringValue... __values)
public ApplyConfigurationResponse withWarnings(java.util.Collection<StringValue> __values)
public ApplyConfigurationResponse withWarnings(ApplyConfigurationResponse.Warnings __value)
public ApplyConfigurationResponse.ApplyPostRestartProcesses getApplyPostRestartProcesses()
public void setApplyPostRestartProcesses(ApplyConfigurationResponse.ApplyPostRestartProcesses __value)
public ApplyConfigurationResponse withApplyPostRestartProcesses(KeyValue... __values)
public ApplyConfigurationResponse withApplyPostRestartProcesses(java.util.Collection<KeyValue> __values)
public ApplyConfigurationResponse withApplyPostRestartProcesses(ApplyConfigurationResponse.ApplyPostRestartProcesses __value)
public ApplyConfigurationResponse.ManualActions getManualActions()
public void setManualActions(ApplyConfigurationResponse.ManualActions __value)
public ApplyConfigurationResponse withManualActions(StringValue... __values)
public ApplyConfigurationResponse withManualActions(java.util.Collection<StringValue> __values)
public ApplyConfigurationResponse withManualActions(ApplyConfigurationResponse.ManualActions __value)
public ApplyConfigurationResponse makeCopy()
public static ApplyConfigurationResponse readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static ApplyConfigurationResponse fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.