Class OutcomeProvider.Outcome

  • Enclosing interface:
    OutcomeProvider

    public static final class OutcomeProvider.Outcome
    extends Object
    A model object for an outcome.
    • Field Detail

      • id

        public final String id
        The outcome id.
      • displayName

        public final String displayName
        The outcome display name.
    • Constructor Detail

      • Outcome

        public Outcome​(String id,
                       String displayName)