@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-05-09T06:36:48.873Z") public class FileInfo extends Object
| Constructor and Description |
|---|
FileInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMediaType()
media-type of the file
|
String |
getRelativePath()
relative location of the file (excluding the base context and host of the Publisher API)
|
int |
hashCode() |
FileInfo |
mediaType(String mediaType) |
FileInfo |
relativePath(String relativePath) |
void |
setMediaType(String mediaType) |
void |
setRelativePath(String relativePath) |
String |
toString() |
public String getRelativePath()
public void setRelativePath(String relativePath)
public String getMediaType()
public void setMediaType(String mediaType)
Copyright © 2017 WSO2. All rights reserved.