Class UstraDataProperties.LoggingInfo.QueryInfo

java.lang.Object
com.gsitm.ustra.java.data.properties.UstraDataProperties.LoggingInfo.QueryInfo
Enclosing class:
UstraDataProperties.LoggingInfo

public static class UstraDataProperties.LoggingInfo.QueryInfo extends Object
  • Constructor Details

    • QueryInfo

      public QueryInfo()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      활성화 여부
    • getMaxLength

      public Long getMaxLength()
      로그 최대 길이 (0: 무제한)
    • getExcludeFramework

      public Boolean getExcludeFramework()
      프레임워크 쿼리로깅 제외
    • setEnabled

      public void setEnabled(Boolean enabled)
      활성화 여부
    • setMaxLength

      public void setMaxLength(Long maxLength)
      로그 최대 길이 (0: 무제한)
    • setExcludeFramework

      public void setExcludeFramework(Boolean excludeFramework)
      프레임워크 쿼리로깅 제외
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object