Class AutomationThrottleOnThrottle
- java.lang.Object
-
- com.courier.api.resources.automations.types.AutomationThrottleOnThrottle
-
public final class AutomationThrottleOnThrottle extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutomationThrottleOnThrottle._FinalStagestatic classAutomationThrottleOnThrottle.Builderstatic interfaceAutomationThrottleOnThrottle.NodeIdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutomationThrottleOnThrottle.NodeIdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetNodeId()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getNodeId
public java.lang.String getNodeId()
- Returns:
- The node to go to if the request is throttled
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static AutomationThrottleOnThrottle.NodeIdStage builder()
-
-