Package de.isas.mztab2.model
Class Uri
- java.lang.Object
-
- de.isas.mztab2.model.Uri
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-01-02T19:26:21.550+01:00") public class Uri extends Object
A URI pointing to the file’s source data (e.g., a MetaboLights records) or an external file with more details about the study design.mzTab-M specification example(s):
MTD uri[1] https://www.ebi.ac.uk/metabolights/MTBLS517 … MTD external_study_uri[1] https://www.ebi.ac.uk/metabolights/MTBLS517/files/i_Investigation.txt
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Uri.Properties
Property enumeration for Uri.
-
Constructor Summary
Constructors Constructor Description Uri()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@Min(1L) Integer
getId()
Get id.String
getValue()
The URI pointing to the external resource.int
hashCode()
Uri
id(Integer id)
Builder method for id.void
setId(Integer id)
Set id.void
setValue(String value)
Set value.String
toString()
Uri
value(String value)
Builder method for value.
-
-
-
Constructor Detail
-
Uri
public Uri()
-
-
Method Detail
-
id
public Uri id(Integer id)
Builder method for id.- Parameters:
id
- aInteger
parameter.- Returns:
- Uri
- See Also:
Uri#setId for specification examples
,Uri#getId for validation constraints
-
setId
public void setId(Integer id)
Set id.- Parameters:
id
- aInteger
parameter.- See Also:
Uri#getId for validation constraints
-
value
public Uri value(String value)
Builder method for value.- Parameters:
value
- aString
parameter.- Returns:
- Uri
- See Also:
Uri#setValue for specification examples
,Uri#getValue for validation constraints
-
setValue
public void setValue(String value)
Set value.- Parameters:
value
- aString
parameter.- See Also:
Uri#getValue for validation constraints
-
-