spera.cos-aspera-win-v140_xp-64.0.1.162892.source-code.NodePath Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cos-aspera-win-v140_xp-64 Show documentation
Show all versions of cos-aspera-win-v140_xp-64 Show documentation
API for use of Aspera Transfer software from ICOS
package com.ibm.aspera.faspmanager2;
/**
* Path details
*/
public class NodePath {
public String destination;
public String path;
public String source;
public String storage_root;
public String type;
/**
* Error details
* @see NodeError
*/
public NodeError error;
}