Class BasicAdministrativeFlowDescriptor.Logo

Enclosing class:
BasicAdministrativeFlowDescriptor

public static class BasicAdministrativeFlowDescriptor.Logo extends LangBearingString
A wrapper class to construct logo objects for exposure by UIInfo interface.
  • Field Details

    • height

      private final int height
      Logo height.
    • width

      private final int width
      Logo width.
  • Constructor Details

    • Logo

      public Logo(@Nullable String url, @Nullable @NotEmpty String lang, @Positive int h, @Positive int w)
      Constructor.
      Parameters:
      url - logo URL
      lang - language
      h - logo height in pixels
      w - logo width in pixels
  • Method Details

    • getHeight

      public int getHeight()
      Get logo height in pixels.
      Returns:
      height
    • getWidth

      public int getWidth()
      Get logo width in pixels.
      Returns:
      width