Class AssertionInfo

    • Constructor Detail

      • AssertionInfo

        public AssertionInfo()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • customProperties

        public AssertionInfo customProperties​(java.util.Map<java.lang.String,​java.lang.String> customProperties)
      • putCustomPropertiesItem

        public AssertionInfo putCustomPropertiesItem​(java.lang.String key,
                                                     java.lang.String customPropertiesItem)
      • getCustomProperties

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getCustomProperties()
        Custom property bag.
        Returns:
        customProperties
      • setCustomProperties

        public void setCustomProperties​(java.util.Map<java.lang.String,​java.lang.String> customProperties)
      • externalUrl

        public AssertionInfo externalUrl​(java.lang.String externalUrl)
      • getExternalUrl

        public java.lang.String getExternalUrl()
        URL where the reference exist
        Returns:
        externalUrl
      • setExternalUrl

        public void setExternalUrl​(java.lang.String externalUrl)
      • getType

        @NotNull
        @Valid
        public @NotNull @Valid AssertionType getType()
        Get type
        Returns:
        type
      • getDatasetAssertion

        @Valid
        public @Valid DatasetAssertionInfo getDatasetAssertion()
        Get datasetAssertion
        Returns:
        datasetAssertion
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object