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 class
SnapshotExtendedAttributes.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protected
SnapshotExtendedAttributes(String projectId, String progress)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SnapshotExtendedAttributes.Builder
builder()
boolean
equals(Object obj)
String
getProgress()
String
getProjectId()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
SnapshotExtendedAttributes.Builder
toBuilder()
String
toString()
-
-
-
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()
-
-