public class ContentGroupConfig
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<BuildGroupConfig> |
buildGroupConfig |
java.lang.String |
contentGroup |
java.lang.String |
type |
Constructor and Description |
---|
ContentGroupConfig() |
ContentGroupConfig(ContentGroupConfig o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ContentGroupConfig.
|
static ContentGroupConfig |
fromString(java.lang.String s)
String representation of this ContentGroupConfig.
|
java.util.List<BuildGroupConfig> |
getBuildGroupConfig() |
java.lang.String |
getContentGroup()
Name of the content group
|
java.lang.String |
getType()
Type of the content group.
|
ContentGroupConfig |
makeCopy()
Creates and returns a deep copy of this ContentGroupConfig.
|
static ContentGroupConfig |
readFrom(java.io.InputStream is)
Read this ContentGroupConfig from an XML fragment.
|
void |
setContentGroup(java.lang.String contentGroup)
Name of the content group
|
void |
setType(java.lang.String type)
Type of the content group.
|
java.lang.String |
toString()
String representation of this ContentGroupConfig.
|
ContentGroupConfig |
withBuildGroupConfig(BuildGroupConfig... __values) |
ContentGroupConfig |
withBuildGroupConfig(java.util.Collection<BuildGroupConfig> __values) |
ContentGroupConfig |
withContentGroup(java.lang.String contentGroup) |
ContentGroupConfig |
withType(java.lang.String type) |
void |
writeTo(java.io.OutputStream os)
Write this ContentGroupConfig as an XML fragment
|
public java.util.List<BuildGroupConfig> buildGroupConfig
public java.lang.String contentGroup
public java.lang.String type
public ContentGroupConfig()
public ContentGroupConfig(ContentGroupConfig o)
public java.util.List<BuildGroupConfig> getBuildGroupConfig()
public ContentGroupConfig withBuildGroupConfig(BuildGroupConfig... __values)
public ContentGroupConfig withBuildGroupConfig(java.util.Collection<BuildGroupConfig> __values)
public void setContentGroup(java.lang.String contentGroup)
public java.lang.String getContentGroup()
public ContentGroupConfig withContentGroup(java.lang.String contentGroup)
public void setType(java.lang.String type)
public java.lang.String getType()
public ContentGroupConfig withType(java.lang.String type)
public ContentGroupConfig makeCopy()
public static ContentGroupConfig 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 ContentGroupConfig 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.