public class LogInfo extends Object
Java class for LogInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="category" type="{urn:tooling.soap.sforce.com}LogCategory"/>
<element name="level" type="{urn:tooling.soap.sforce.com}LogCategoryLevel"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LogCategory |
category |
protected LogCategoryLevel |
level |
| Constructor and Description |
|---|
LogInfo() |
| Modifier and Type | Method and Description |
|---|---|
LogCategory |
getCategory()
Gets the value of the category property.
|
LogCategoryLevel |
getLevel()
Gets the value of the level property.
|
void |
setCategory(LogCategory value)
Sets the value of the category property.
|
void |
setLevel(LogCategoryLevel value)
Sets the value of the level property.
|
protected LogCategory category
protected LogCategoryLevel level
public LogCategory getCategory()
LogCategorypublic void setCategory(LogCategory value)
value - allowed object is
LogCategorypublic LogCategoryLevel getLevel()
LogCategoryLevelpublic void setLevel(LogCategoryLevel value)
value - allowed object is
LogCategoryLevelCopyright © 2016. All rights reserved.