Class MessageSelectCode

  • All Implemented Interfaces:
    ToJson

    public class MessageSelectCode
    extends MessageCode
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<? extends java.lang.Object> arguments  
      protected java.util.List<SelectChoice> choices  
      • Fields inherited from class com.squarespace.cldrengine.message.MessageCode

        type
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageSelectCode​(java.util.List<? extends java.lang.Object> arguments, java.util.List<SelectChoice> choices)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void _toJson​(com.google.gson.JsonArray arr)  
      java.util.List<? extends java.lang.Object> args()  
      java.util.List<SelectChoice> choices()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • arguments

        protected final java.util.List<? extends java.lang.Object> arguments
      • choices

        protected final java.util.List<SelectChoice> choices
    • Constructor Detail

      • MessageSelectCode

        public MessageSelectCode​(java.util.List<? extends java.lang.Object> arguments,
                                 java.util.List<SelectChoice> choices)
    • Method Detail

      • args

        public java.util.List<? extends java.lang.Object> args()
      • _toJson

        protected void _toJson​(com.google.gson.JsonArray arr)
        Overrides:
        _toJson in class MessageCode