GetcolorsRtn

JeeWx API

org.jeewx.api.coupon.location.model

类 GetcolorsRtn

  • java.lang.Object
    • org.jeewx.api.coupon.location.model.GetcolorsRtn

  • public class GetcolorsRtn
    extends java.lang.Object
    • 构造器概要

      构造器 
      构造器和说明
      GetcolorsRtn() 
    • 方法概要

      方法 
      限定符和类型 方法和说明
      java.util.List<Color> getColors() 
      java.lang.String getErrcode() 
      java.lang.String getErrmsg() 
      void setColors(java.util.List<Color> colors) 
      void setErrcode(java.lang.String errcode) 
      void setErrmsg(java.lang.String errmsg) 
      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • GetcolorsRtn

        public GetcolorsRtn()
    • 方法详细资料

      • getErrcode

        public java.lang.String getErrcode()
      • setErrcode

        public void setErrcode(java.lang.String errcode)
      • getErrmsg

        public java.lang.String getErrmsg()
      • setErrmsg

        public void setErrmsg(java.lang.String errmsg)
      • getColors

        public java.util.List<Color> getColors()
      • setColors

        public void setColors(java.util.List<Color> colors)