public class GetFileDetails extends Object implements Serializable
Java class for getFileDetails complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
currentView |
protected Long |
fileId |
protected FileDetailGranularity |
granularity |
protected Long |
movementId |
protected Long |
operationId |
protected OrderDetailGranularity |
orderDetailGranularity |
protected Integer |
requestId |
| Constructor and Description |
|---|
GetFileDetails() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFileId()
Gets the value of the fileId property.
|
FileDetailGranularity |
getGranularity()
Gets the value of the granularity property.
|
Long |
getMovementId()
Gets the value of the movementId property.
|
Long |
getOperationId()
Gets the value of the operationId property.
|
OrderDetailGranularity |
getOrderDetailGranularity()
Gets the value of the orderDetailGranularity property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
Boolean |
isCurrentView()
Gets the value of the currentView property.
|
void |
setCurrentView(Boolean value)
Sets the value of the currentView property.
|
void |
setFileId(Long value)
Sets the value of the fileId property.
|
void |
setGranularity(FileDetailGranularity value)
Sets the value of the granularity property.
|
void |
setMovementId(Long value)
Sets the value of the movementId property.
|
void |
setOperationId(Long value)
Sets the value of the operationId property.
|
void |
setOrderDetailGranularity(OrderDetailGranularity value)
Sets the value of the orderDetailGranularity property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected Long fileId
protected Long operationId
protected Long movementId
protected Boolean currentView
protected FileDetailGranularity granularity
protected OrderDetailGranularity orderDetailGranularity
public Integer getRequestId()
Integerpublic void setRequestId(Integer value)
value - allowed object is
Integerpublic Long getFileId()
Longpublic void setFileId(Long value)
value - allowed object is
Longpublic Long getOperationId()
Longpublic void setOperationId(Long value)
value - allowed object is
Longpublic Long getMovementId()
Longpublic void setMovementId(Long value)
value - allowed object is
Longpublic Boolean isCurrentView()
Booleanpublic void setCurrentView(Boolean value)
value - allowed object is
Booleanpublic FileDetailGranularity getGranularity()
FileDetailGranularitypublic void setGranularity(FileDetailGranularity value)
value - allowed object is
FileDetailGranularitypublic OrderDetailGranularity getOrderDetailGranularity()
OrderDetailGranularitypublic void setOrderDetailGranularity(OrderDetailGranularity value)
value - allowed object is
OrderDetailGranularityCopyright © 2021. All rights reserved.