Class BinaryScanOutput

    • Method Detail

      • FAILURE

        public static BinaryScanOutput FAILURE​(com.synopsys.integration.util.NameVersion projectAndVersion,
                                               java.lang.String codeLocationName,
                                               java.lang.String errorMessage,
                                               java.lang.Exception exception)
      • FROM_INTEGRATION_REST_EXCEPTION

        public static BinaryScanOutput FROM_INTEGRATION_REST_EXCEPTION​(com.synopsys.integration.util.NameVersion projectAndVersion,
                                                                       java.lang.String codeLocationName,
                                                                       com.synopsys.integration.rest.exception.IntegrationRestException e)
      • FROM_RESPONSE

        public static BinaryScanOutput FROM_RESPONSE​(com.synopsys.integration.util.NameVersion projectAndVersion,
                                                     java.lang.String codeLocationName,
                                                     com.synopsys.integration.rest.response.Response response)
      • getResponse

        public java.lang.String getResponse()
      • getStatusMessage

        public java.lang.String getStatusMessage()
      • getStatusCode

        public int getStatusCode()
      • getContentString

        public java.lang.String getContentString()