Class CreateWebhook
- java.lang.Object
-
- org.jclouds.rackspace.autoscale.v1.domain.CreateWebhook
-
- Direct Known Subclasses:
Webhook
public class CreateWebhook extends Object
An Autoscale Webhook for a specific group and policy.- See Also:
Group
,CreateScalingPolicy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateWebhook.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protected
CreateWebhook(String name, Map<String,Object> metadata)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateWebhook.Builder
builder()
boolean
equals(Object obj)
com.google.common.collect.ImmutableMap<String,Object>
getMetadata()
String
getName()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
CreateWebhook.Builder
toBuilder()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name of this Webhook.
- See Also:
CreateWebhook.Builder.name(String)
-
getMetadata
public com.google.common.collect.ImmutableMap<String,Object> getMetadata()
- Returns:
- the metadata for this Webhook.
- See Also:
CreateWebhook.Builder.metadata(Map)
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
builder
public static CreateWebhook.Builder builder()
-
toBuilder
public CreateWebhook.Builder toBuilder()
-
-