public class GetInfoRequest
extends java.lang.Object
Constructor | Description |
---|---|
GetInfoRequest() |
Initializes a new instance of the GetInfoRequest class.
|
GetInfoRequest(FileInfo fileInfo) |
Initializes a new instance of the GetInfoRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
FileInfo |
getfileInfo() |
File Info
|
int |
hashCode() |
|
void |
setfileInfo(FileInfo fileInfo) |
|
java.lang.String |
toString() |
public GetInfoRequest()
public GetInfoRequest(FileInfo fileInfo)
fileInfo
- File Infopublic FileInfo getfileInfo()
public void setfileInfo(FileInfo fileInfo)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019. All rights reserved.