public class CodeCoverageWarning extends Object
Java class for CodeCoverageWarning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeCoverageWarning">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{urn:tooling.soap.sforce.com}ID"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
message |
protected String |
name |
protected String |
namespace |
| Constructor and Description |
|---|
CodeCoverageWarning() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
protected String id
protected String message
protected String name
protected String namespace
public void setId(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNamespace()
StringCopyright © 2016. All rights reserved.