Class LinkedIn2ProfilePicture.DisplayImageTilde.Element.Data.StillImage.AspectRatio

java.lang.Object
org.pac4j.oauth.profile.linkedin2.LinkedIn2ProfilePicture.DisplayImageTilde.Element.Data.StillImage.AspectRatio
All Implemented Interfaces:
Serializable
Enclosing class:
LinkedIn2ProfilePicture.DisplayImageTilde.Element.Data.StillImage

public static class LinkedIn2ProfilePicture.DisplayImageTilde.Element.Data.StillImage.AspectRatio extends Object implements Serializable
See Also:
  • Constructor Details

    • AspectRatio

      public AspectRatio()
  • Method Details

    • getWidthAspect

      public double getWidthAspect()
    • setWidthAspect

      public void setWidthAspect(double widthAspect)
    • getHeightAspect

      public double getHeightAspect()
    • setHeightAspect

      public void setHeightAspect(double heightAspect)
    • getFormatted

      public String getFormatted()
    • setFormatted

      public void setFormatted(String formatted)
    • toString

      public String toString()
      Overrides:
      toString in class Object