Class UstraManagementBoProperties

java.lang.Object
com.gsitm.ustra.java.management.properties.UstraManagementBoProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@ConfigurationProperties(value="ustra.management.bo", ignoreUnknownFields=true, ignoreInvalidFields=true) public class UstraManagementBoProperties extends Object implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • UstraManagementBoProperties

      public UstraManagementBoProperties()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getInitialDataUrl

      public String getInitialDataUrl()
      초기 데이터 URL
    • getAuthentication

      public UstraManagementBoProperties.Authentication getAuthentication()
      인증 설정
    • getDisabledApiController

      public Boolean getDisabledApiController()
      API Controller 비활성화 여부
    • getApp

      어플리케이션 설정
    • setInitialDataUrl

      public void setInitialDataUrl(String initialDataUrl)
      초기 데이터 URL
    • setAuthentication

      public void setAuthentication(UstraManagementBoProperties.Authentication authentication)
      인증 설정
    • setDisabledApiController

      public void setDisabledApiController(Boolean disabledApiController)
      API Controller 비활성화 여부
    • setApp

      public void setApp(UstraManagementBoProperties.AppInfo app)
      어플리케이션 설정
    • 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