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 classCreateWebhook.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedCreateWebhook(String name, Map<String,Object> metadata)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateWebhook.Builderbuilder()booleanequals(Object obj)com.google.common.collect.ImmutableMap<String,Object>getMetadata()StringgetName()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()CreateWebhook.BuildertoBuilder()StringtoString()
-
-
-
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()
-
-