public class PullResponse extends Object
| Constructor and Description |
|---|
PullResponse(AuthenticationResponse authenticationResponse,
AuthorizationResponse authorizationResponse,
String id,
List<FileBlob> fileList,
List<FileBlob> optionalFileList,
Long seqNum) |
PullResponse(String id,
List<FileBlob> fileList,
List<FileBlob> optionalFileList,
Long seqNum) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResponse |
getAuthenticationResponse() |
AuthorizationResponse |
getAuthorizationResponse() |
List<FileBlob> |
getFileList() |
String |
getId() |
String |
getMessage() |
List<FileBlob> |
getOptionalFileList() |
Long |
getSeqNum() |
Integer |
getStatusCode() |
StatusCode |
getStatusCodeEnum() |
void |
setAuthenticationResponse(AuthenticationResponse authenticationResponse) |
void |
setAuthorizationResponse(AuthorizationResponse authorizationResponse) |
void |
setFileList(List<FileBlob> fileList) |
void |
setId(String id) |
void |
setMessage(String message) |
void |
setOptionalFileList(List<FileBlob> optionalFileList) |
void |
setSeqNum(Long seqNum) |
void |
setStatusCode(Integer statusCode) |
void |
setStatusCodeEnum(StatusCode statusCodeEnum) |
String |
toString() |
public PullResponse(AuthenticationResponse authenticationResponse, AuthorizationResponse authorizationResponse, String id, List<FileBlob> fileList, List<FileBlob> optionalFileList, Long seqNum)
public String getId()
public void setId(String id)
public Long getSeqNum()
public void setSeqNum(Long seqNum)
public AuthenticationResponse getAuthenticationResponse()
public void setAuthenticationResponse(AuthenticationResponse authenticationResponse)
public AuthorizationResponse getAuthorizationResponse()
public void setAuthorizationResponse(AuthorizationResponse authorizationResponse)
public Integer getStatusCode()
public void setStatusCode(Integer statusCode)
statusCode - the statusCode to setpublic StatusCode getStatusCodeEnum()
public void setStatusCodeEnum(StatusCode statusCodeEnum)
public String getMessage()
public void setMessage(String message)
message - the message to setCopyright © 2023. All rights reserved.