@Stability(value=Experimental) @Internal public static final class CronOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CronOptions
CronOptions
software.amazon.jsii.JsiiObject.InitializationMode
CronOptions.Builder, CronOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String day,
String hour,
String minute,
String month,
String weekDay,
String year)
Constructor that initializes the object based on literal property values passed by the
CronOptions.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDay()
(experimental) The day of the month to run this rule at.
|
String |
getHour()
(experimental) The hour to run this rule at.
|
String |
getMinute()
(experimental) The minute to run this rule at.
|
String |
getMonth()
(experimental) The month to run this rule at.
|
String |
getWeekDay()
(experimental) The day of the week to run this rule at.
|
String |
getYear()
(experimental) The year to run this rule at.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final String getDay()
CronOptions
Default: - Every day of the month
getDay
in interface CronOptions
public final String getHour()
CronOptions
Default: - Every hour
getHour
in interface CronOptions
public final String getMinute()
CronOptions
Default: - Every minute
getMinute
in interface CronOptions
public final String getMonth()
CronOptions
Default: - Every month
getMonth
in interface CronOptions
public final String getWeekDay()
CronOptions
Default: - Any day of the week
getWeekDay
in interface CronOptions
public final String getYear()
CronOptions
Default: - Every year
getYear
in interface CronOptions
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.