Package com.smartsheet.api.models
Class ErrorDetail
- java.lang.Object
-
- com.smartsheet.api.models.ErrorDetail
-
public class ErrorDetail extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ErrorDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAlternateEmailAddress()
Gets the alternate email address that was specified in the request.java.lang.Integer
getIndex()
Gets the index of the row that caused the error.java.lang.Integer
getMaxSheetCount()
Gets the server-side limit on the number of sheets allowed in a single copy operation.java.lang.String
getPrimaryEmailAddress()
Gets the primary email address that should be specified in the request.java.lang.Long
getRowId()
Gets the row ID of the row that caused the error.DestinationType
getTopContainerType()
Gets the type of the container that was partially copiedjava.lang.Long
getTopContainId()
Gets the ID of the container that was partially copiedErrorDetail
setAlternateEmailAddress(java.lang.String alternateEmailAddress)
Sets the alternate email address that was specified in the requestErrorDetail
setIndex(java.lang.Integer index)
Sets the index of the row that caused the errorErrorDetail
setMaxSheetCount(java.lang.Integer maxSheetCount)
Sets the maximum sheet count for the server-side limitErrorDetail
setPrimaryEmailAddress(java.lang.String primaryEmailAddress)
Sets the primary email address that should be specified in the requestErrorDetail
setRowId(java.lang.Long rowId)
Sets the row ID of the row that caused the errorErrorDetail
setTopContainerId(java.lang.Long topContainerId)
Sets the ID of the container that was partially copiedErrorDetail
setTopContainerType(DestinationType topContainerType)
Sets the type of the container that was partially copied
-
-
-
Method Detail
-
getAlternateEmailAddress
public java.lang.String getAlternateEmailAddress()
Gets the alternate email address that was specified in the request.- Returns:
- the alternate email address
-
setAlternateEmailAddress
public ErrorDetail setAlternateEmailAddress(java.lang.String alternateEmailAddress)
Sets the alternate email address that was specified in the request- Parameters:
alternateEmailAddress
- the alternate email address
-
getIndex
public java.lang.Integer getIndex()
Gets the index of the row that caused the error.- Returns:
- the index
-
setIndex
public ErrorDetail setIndex(java.lang.Integer index)
Sets the index of the row that caused the error- Parameters:
index
- the index
-
getMaxSheetCount
public java.lang.Integer getMaxSheetCount()
Gets the server-side limit on the number of sheets allowed in a single copy operation.- Returns:
- the maximum sheet count
-
setMaxSheetCount
public ErrorDetail setMaxSheetCount(java.lang.Integer maxSheetCount)
Sets the maximum sheet count for the server-side limit- Parameters:
maxSheetCount
- the maximum sheet count
-
getPrimaryEmailAddress
public java.lang.String getPrimaryEmailAddress()
Gets the primary email address that should be specified in the request.- Returns:
- the primary email address
-
setPrimaryEmailAddress
public ErrorDetail setPrimaryEmailAddress(java.lang.String primaryEmailAddress)
Sets the primary email address that should be specified in the request- Parameters:
primaryEmailAddress
- the primary email address
-
getRowId
public java.lang.Long getRowId()
Gets the row ID of the row that caused the error.- Returns:
- the row ID
-
setRowId
public ErrorDetail setRowId(java.lang.Long rowId)
Sets the row ID of the row that caused the error- Parameters:
rowId
- the row ID
-
getTopContainId
public java.lang.Long getTopContainId()
Gets the ID of the container that was partially copied- Returns:
- the container ID
-
setTopContainerId
public ErrorDetail setTopContainerId(java.lang.Long topContainerId)
Sets the ID of the container that was partially copied- Parameters:
topContainerId
- the container ID
-
getTopContainerType
public DestinationType getTopContainerType()
Gets the type of the container that was partially copied- Returns:
- the container type
-
setTopContainerType
public ErrorDetail setTopContainerType(DestinationType topContainerType)
Sets the type of the container that was partially copied- Parameters:
topContainerType
- the container type
-
-