SecurityEventSqlInjectionAdditionalProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. SecurityEventSqlInjectionAdditionalProperties
- com.
Implements
public final class SecurityEventSqlInjectionAdditionalProperties
implements JsonSerializable<SecurityEventSqlInjectionAdditionalProperties>
The properties of a security event sql injection additional properties.
Constructor Summary
Constructor | Description |
---|---|
SecurityEventSqlInjectionAdditionalProperties() |
Creates an instance of Security |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
errorCode()
Get the error |
String |
errorMessage()
Get the error |
Integer |
errorSeverity()
Get the error |
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
String |
statement()
Get the statement property: The statement. |
Integer |
statementHighlightLength()
Get the statement |
Integer |
statementHighlightOffset()
Get the statement |
String |
threatId()
Get the threat |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SecurityEventSqlInjectionAdditionalProperties
public SecurityEventSqlInjectionAdditionalProperties()
Creates an instance of SecurityEventSqlInjectionAdditionalProperties class.
Method Details
errorCode
public Integer errorCode()
Get the errorCode property: The sql error code.
Returns:
errorMessage
public String errorMessage()
Get the errorMessage property: The sql error message.
Returns:
errorSeverity
public Integer errorSeverity()
Get the errorSeverity property: The sql error severity.
Returns:
fromJson
public static SecurityEventSqlInjectionAdditionalProperties fromJson(JsonReader jsonReader)
Reads an instance of SecurityEventSqlInjectionAdditionalProperties from the JsonReader.
Parameters:
Returns:
Throws:
statement
public String statement()
Get the statement property: The statement.
Returns:
statementHighlightLength
public Integer statementHighlightLength()
Get the statementHighlightLength property: The statement highlight length.
Returns:
statementHighlightOffset
public Integer statementHighlightOffset()
Get the statementHighlightOffset property: The statement highlight offset.
Returns:
threatId
public String threatId()
Get the threatId property: The threat ID.
Returns:
toJson
validate
public void validate()
Validates the instance.