Package com.dropbox.core.v2.teamlog
Class DashClonedStackDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DashClonedStackDetails
Cloned stack.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final Stringprotected final DashStackType -
Constructor Summary
ConstructorsConstructorDescriptionDashClonedStackDetails(String stackName, String actorEmail, String newClonedStackName) Cloned stack.DashClonedStackDetails(String stackName, String actorEmail, String newClonedStackName, DashStackType stackType) Cloned stack. -
Method Summary
-
Field Details
-
stackName
-
actorEmail
-
newClonedStackName
-
stackType
-
-
Constructor Details
-
DashClonedStackDetails
public DashClonedStackDetails(@Nonnull String stackName, @Nonnull String actorEmail, @Nonnull String newClonedStackName, @Nullable DashStackType stackType) Cloned stack.- Parameters:
stackName- The name of the stack. Must not benull.actorEmail- Email of the actor. Must not benull.newClonedStackName- New cloned stack name. Must not benull.stackType- The type of stack backend.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
DashClonedStackDetails
public DashClonedStackDetails(@Nonnull String stackName, @Nonnull String actorEmail, @Nonnull String newClonedStackName) Cloned stack.The default values for unset fields will be used.
- Parameters:
stackName- The name of the stack. Must not benull.actorEmail- Email of the actor. Must not benull.newClonedStackName- New cloned stack name. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getStackName
The name of the stack.- Returns:
- value for this field, never
null.
-
getActorEmail
Email of the actor.- Returns:
- value for this field, never
null.
-
getNewClonedStackName
New cloned stack name.- Returns:
- value for this field, never
null.
-
getStackType
The type of stack backend.- Returns:
- value for this field, or
nullif not present.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-