public class BeegistryUpdate
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BeegistryUpdate.Adds |
static class |
BeegistryUpdate.AnyAdds |
static class |
BeegistryUpdate.AnyStringAdds |
static class |
BeegistryUpdate.Deletes |
Modifier and Type | Field and Description |
---|---|
protected BeegistryUpdate.Adds |
adds |
protected BeegistryUpdate.AnyAdds |
anyAdds |
protected BeegistryUpdate.AnyStringAdds |
anyStringAdds |
static boolean |
DEFAULT_TEST_ONLY |
protected BeegistryUpdate.Deletes |
deletes |
boolean |
testOnly |
Constructor and Description |
---|
BeegistryUpdate() |
BeegistryUpdate(BeegistryUpdate o)
Copy constructor
|
protected BeegistryUpdate.Adds adds
protected BeegistryUpdate.AnyAdds anyAdds
protected BeegistryUpdate.Deletes deletes
protected BeegistryUpdate.AnyStringAdds anyStringAdds
public boolean testOnly
public static final boolean DEFAULT_TEST_ONLY
public BeegistryUpdate()
public BeegistryUpdate(BeegistryUpdate o)
public BeegistryUpdate.Adds getAdds()
public void setAdds(BeegistryUpdate.Adds __value)
public BeegistryUpdate withAdds(KeyValue... __values)
public BeegistryUpdate withAdds(java.util.Collection<KeyValue> __values)
public BeegistryUpdate withAdds(BeegistryUpdate.Adds __value)
public BeegistryUpdate.AnyAdds getAnyAdds()
public void setAnyAdds(BeegistryUpdate.AnyAdds __value)
public BeegistryUpdate withAnyAdds(AnyKeyValue... __values)
public BeegistryUpdate withAnyAdds(java.util.Collection<AnyKeyValue> __values)
public BeegistryUpdate withAnyAdds(BeegistryUpdate.AnyAdds __value)
public BeegistryUpdate.Deletes getDeletes()
public void setDeletes(BeegistryUpdate.Deletes __value)
public BeegistryUpdate.AnyStringAdds getAnyStringAdds()
public void setAnyStringAdds(BeegistryUpdate.AnyStringAdds __value)
public BeegistryUpdate withAnyStringAdds(KeyValue... __values)
public BeegistryUpdate withAnyStringAdds(java.util.Collection<KeyValue> __values)
public BeegistryUpdate withAnyStringAdds(BeegistryUpdate.AnyStringAdds __value)
public void setTestOnly(boolean testOnly)
public boolean isTestOnly()
public BeegistryUpdate withTestOnly(boolean testOnly)
public BeegistryUpdate withTestOnly(java.lang.Boolean testOnly)
public BeegistryUpdate makeCopy()
public static BeegistryUpdate 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 BeegistryUpdate 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.