@Stability(value=Stable) @Internal public static final class CfnSegment.RecencyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSegment.RecencyProperty
CfnSegment.RecencyPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnSegment.RecencyProperty.Builder, CfnSegment.RecencyProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSegment.RecencyProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnSegment.AttributeDimensionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDuration()
The duration to use when determining which users have been active or inactive with your app.
|
String |
getRecencyType()
The type of recency dimension to use for the segment.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnSegment.RecencyProperty.Builder builder)
CfnSegment.AttributeDimensionProperty.Builder.public final String getDuration()
CfnSegment.RecencyProperty
Possible values: HR_24 | DAY_7 | DAY_14 | DAY_30 .
getDuration in interface CfnSegment.RecencyPropertypublic final String getRecencyType()
CfnSegment.RecencyProperty
Valid values are: ACTIVE and INACTIVE . If the value is ACTIVE , the segment includes users who have used your app within the specified duration are included in the segment. If the value is INACTIVE , the segment includes users who haven't used your app within the specified duration are included in the segment.
getRecencyType in interface CfnSegment.RecencyProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.