Class UnconditionalSuppressMessageAttribute

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Private.CoreLib
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • UnconditionalSuppressMessageAttribute

        public UnconditionalSuppressMessageAttribute​(java.lang.Object instance)
                                              throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • UnconditionalSuppressMessageAttribute

        public UnconditionalSuppressMessageAttribute()
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • UnconditionalSuppressMessageAttribute

        public UnconditionalSuppressMessageAttribute​(java.lang.String category,
                                                     java.lang.String checkId)
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getCategory

        public java.lang.String getCategory()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCheckId

        public java.lang.String getCheckId()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getJustification

        public java.lang.String getJustification()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setJustification

        public void setJustification​(java.lang.String Justification)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMessageId

        public java.lang.String getMessageId()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMessageId

        public void setMessageId​(java.lang.String MessageId)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getScope

        public java.lang.String getScope()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setScope

        public void setScope​(java.lang.String Scope)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTarget

        public java.lang.String getTarget()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTarget

        public void setTarget​(java.lang.String Target)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable