Class AppInfos

java.lang.Object
fr.metabocloud.core.model.AppInfos

@Component public class AppInfos extends Object
Object used to map JSON information about the REST API.
Since:
1.0.0
Version:
1.0.0
Author:
Faustine Souc, Nils Paulhe
  • Constructor Details

    • AppInfos

      public AppInfos()
      Default constructor, load properties values.
  • Method Details

    • computeShortSha1

      public String computeShortSha1()
      Compute the Short SHA1 using the long one as reference.
      Returns:
      the 8 first character of the SHA1 or NULL if impossible
    • toString

      public String toString()
      Overrides:
      toString in class Object