Class Repeat


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-03-25T16:56:04.124507+09:00[Asia/Seoul]",
               comments="Generator version: 7.7.0")
    public class Repeat
    extends Object
    Repeat
    • Constructor Detail

      • Repeat

        public Repeat()
    • Method Detail

      • getLimit

        @Nullable
        public BigDecimal getLimit()
        (필수) 분할당 수신자 수
        Returns:
        limit
      • setLimit

        public void setLimit​(BigDecimal limit)
      • getInterval

        @Nullable
        public BigDecimal getInterval()
        (필수) 분할 발송 간격
        Returns:
        interval
      • setInterval

        public void setInterval​(BigDecimal interval)
      • denyNightTime

        public Repeat denyNightTime​(Boolean denyNightTime)
      • getDenyNightTime

        @Nullable
        public Boolean getDenyNightTime()
        (필수) 야간 시간 발송 여부
        Returns:
        denyNightTime
      • setDenyNightTime

        public void setDenyNightTime​(Boolean denyNightTime)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to Repeat
      • fromJson

        public static Repeat fromJson​(String jsonString)
                               throws IOException
        Create an instance of Repeat given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of Repeat
        Throws:
        IOException - if the JSON string is invalid with respect to Repeat
      • toJson

        public String toJson()
        Convert an instance of Repeat to an JSON string
        Returns:
        JSON string