public class InternalPutSourcesCounts
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
buildGroup |
java.lang.String |
component |
java.util.List<SourceCounts> |
sourceCounts |
Constructor and Description |
---|
InternalPutSourcesCounts() |
InternalPutSourcesCounts(InternalPutSourcesCounts o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this InternalPutSourcesCounts.
|
static InternalPutSourcesCounts |
fromString(java.lang.String s)
String representation of this InternalPutSourcesCounts.
|
java.lang.String |
getBuildGroup() |
java.lang.String |
getComponent() |
java.util.List<SourceCounts> |
getSourceCounts() |
InternalPutSourcesCounts |
makeCopy()
Creates and returns a deep copy of this InternalPutSourcesCounts.
|
static InternalPutSourcesCounts |
readFrom(java.io.InputStream is)
Read this InternalPutSourcesCounts from an XML fragment.
|
void |
setBuildGroup(java.lang.String buildGroup) |
void |
setComponent(java.lang.String component) |
java.lang.String |
toString()
String representation of this InternalPutSourcesCounts.
|
InternalPutSourcesCounts |
withBuildGroup(java.lang.String buildGroup) |
InternalPutSourcesCounts |
withComponent(java.lang.String component) |
InternalPutSourcesCounts |
withSourceCounts(java.util.Collection<SourceCounts> __values) |
InternalPutSourcesCounts |
withSourceCounts(SourceCounts... __values) |
void |
writeTo(java.io.OutputStream os)
Write this InternalPutSourcesCounts as an XML fragment
|
public java.lang.String component
public java.lang.String buildGroup
public java.util.List<SourceCounts> sourceCounts
public InternalPutSourcesCounts()
public InternalPutSourcesCounts(InternalPutSourcesCounts o)
public void setComponent(java.lang.String component)
public java.lang.String getComponent()
public InternalPutSourcesCounts withComponent(java.lang.String component)
public void setBuildGroup(java.lang.String buildGroup)
public java.lang.String getBuildGroup()
public InternalPutSourcesCounts withBuildGroup(java.lang.String buildGroup)
public java.util.List<SourceCounts> getSourceCounts()
public InternalPutSourcesCounts withSourceCounts(SourceCounts... __values)
public InternalPutSourcesCounts withSourceCounts(java.util.Collection<SourceCounts> __values)
public InternalPutSourcesCounts makeCopy()
public static InternalPutSourcesCounts 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 InternalPutSourcesCounts 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.