Package com.qtsurfer.api.client.model
Class Notice
java.lang.Object
com.qtsurfer.api.client.model.Notice
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class Notice
extends Object
A diagnostic the engine raised while the strategy ran. Advisory: it describes something worth knowing about how the strategy is wired, not necessarily an error.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumWhere it came from, which matters because the two silences differ: an empty list from a real run (`execute`) is a clean bill of health, while an empty list from `compile-dry-run` is only a lower bound over a bounded synthetic series. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Notice object is equal to o.getCode()Stable identifier for the kind of finding; safe to match on.getLevel()Severity as the engine classified it.Human-readable explanation.Where it came from, which matters because the two silences differ: an empty list from a real run (`execute`) is a clean bill of health, while an empty list from `compile-dry-run` is only a lower bound over a bounded synthetic series.inthashCode()provenance(Notice.ProvenanceEnum provenance) voidvoidvoidsetMessage(String message) voidsetProvenance(Notice.ProvenanceEnum provenance) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_LEVEL
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_PROVENANCE
- See Also:
-
-
Constructor Details
-
Notice
public Notice()
-
-
Method Details
-
level
-
getLevel
Severity as the engine classified it.- Returns:
- level
-
setLevel
-
code
-
getCode
Stable identifier for the kind of finding; safe to match on.- Returns:
- code
-
setCode
-
message
-
getMessage
Human-readable explanation.- Returns:
- message
-
setMessage
-
provenance
-
getProvenance
Where it came from, which matters because the two silences differ: an empty list from a real run (`execute`) is a clean bill of health, while an empty list from `compile-dry-run` is only a lower bound over a bounded synthetic series.- Returns:
- provenance
-
setProvenance
-
equals
Return true if this Notice object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-