Package com.dropbox.core.v2.teamlog
Class DashDeletedStackDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DashDeletedStackDetails
Deleted a stack.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDashDeletedStackDetails(String stackName) Deleted a stack.DashDeletedStackDetails(String stackName, DashStackType stackType) Deleted a stack. -
Method Summary
-
Field Details
-
stackName
-
stackType
-
-
Constructor Details
-
DashDeletedStackDetails
Deleted a stack.- Parameters:
stackName- The name of the stack. Must not benull.stackType- The type of stack backend.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
DashDeletedStackDetails
Deleted a stack.The default values for unset fields will be used.
- Parameters:
stackName- The name of the stack. 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.
-
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
-