Class SnapshotExtendedAttributes
- java.lang.Object
-
- org.jclouds.openstack.cinder.v1.domain.SnapshotExtendedAttributes
-
public class SnapshotExtendedAttributes extends Object
Additional attributes delivered by Extended Snapshot Attributes extensions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSnapshotExtendedAttributes.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedSnapshotExtendedAttributes(String projectId, String progress)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SnapshotExtendedAttributes.Builderbuilder()booleanequals(Object obj)StringgetProgress()StringgetProjectId()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()SnapshotExtendedAttributes.BuildertoBuilder()StringtoString()
-
-
-
Constructor Detail
-
SnapshotExtendedAttributes
@ConstructorProperties({"os-extended-snapshot-attributes:project_id","os-extended-snapshot-attributes:progress"}) protected SnapshotExtendedAttributes(@Nullable String projectId, @Nullable String progress)
-
-
Method Detail
-
builder
public static SnapshotExtendedAttributes.Builder builder()
-
toBuilder
public SnapshotExtendedAttributes.Builder toBuilder()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-