Diagnostics Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. Diagnostics
- com.
public class Diagnostics
Error diagnostic information for failed jobs.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
columnNumber()
Get the columnNumber value. |
Integer |
end()
Get the end value. |
Integer |
lineNumber()
Get the lineNumber value. |
String |
message()
Get the message value. |
Severity |
severity()
Get the severity value. |
Integer |
start()
Get the start value. |
Method Details
columnNumber
public Integer columnNumber()
Get the columnNumber value.
Returns:
the columnNumber value
end
public Integer end()
Get the end value.
Returns:
the end value
lineNumber
public Integer lineNumber()
Get the lineNumber value.
Returns:
the lineNumber value
message
public String message()
Get the message value.
Returns:
the message value
severity
public SeverityTypes severity()
Get the severity value.
Returns:
the severity value
start
public Integer start()
Get the start value.
Returns:
the start value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java