Class BasicScopeResponse

java.lang.Object
com.amos2020.javabackend.rest_service.response.BasicScopeResponse

public class BasicScopeResponse
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    private int auditId  
    private java.lang.String change_note  
    private int facCritId  
    private java.lang.String note  
    private boolean removed  
  • Constructor Summary

    Constructors 
    Constructor Description
    BasicScopeResponse()  
    BasicScopeResponse​(int auditId, int facCritId, boolean removed, java.lang.String change_note, java.lang.String note)  
    BasicScopeResponse​(Scope scope)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait