public class ProjectMapping extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
from
The local path of the mapping.
|
java.lang.String |
fullFilePath
The full path of the file that was used for the mapping
|
java.lang.String |
projectId
The project id of the project that the mapping is valid for
|
java.lang.String |
to
The server path of the mapping.
|
Constructor and Description |
---|
ProjectMapping()
Empty constructor for serialization
|
ProjectMapping(java.lang.String fullFilePath,
java.lang.String project,
java.lang.String from,
java.lang.String to)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final java.lang.String fullFilePath
public final java.lang.String projectId
public final java.lang.String from
public final java.lang.String to
public ProjectMapping()
public ProjectMapping(java.lang.String fullFilePath, java.lang.String project, java.lang.String from, java.lang.String to)
public java.lang.String toString()
toString
in class java.lang.Object