-
public final class InfluenceParamsObject
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerindirectNotificationAttributionWindowprivate final IntegernotificationLimitprivate final IntegerindirectIAMAttributionWindowprivate final IntegeriamLimitprivate final BooleanisDirectEnabledprivate final BooleanisIndirectEnabledprivate final BooleanisUnattributedEnabled
-
Method Summary
Modifier and Type Method Description final IntegergetIndirectNotificationAttributionWindow()final IntegergetNotificationLimit()final IntegergetIndirectIAMAttributionWindow()final IntegergetIamLimit()final BooleangetIsDirectEnabled()final BooleangetIsIndirectEnabled()final BooleangetIsUnattributedEnabled()-
-
Method Detail
-
getIndirectNotificationAttributionWindow
final Integer getIndirectNotificationAttributionWindow()
-
getNotificationLimit
final Integer getNotificationLimit()
-
getIndirectIAMAttributionWindow
final Integer getIndirectIAMAttributionWindow()
-
getIamLimit
final Integer getIamLimit()
-
getIsDirectEnabled
final Boolean getIsDirectEnabled()
-
getIsIndirectEnabled
final Boolean getIsIndirectEnabled()
-
getIsUnattributedEnabled
final Boolean getIsUnattributedEnabled()
-
-
-
-