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 ObjectA 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 classUri.PropertiesProperty enumeration for Uri.
-
Constructor Summary
Constructors Constructor Description Uri()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Min(1L) IntegergetId()Get id.StringgetValue()The URI pointing to the external resource.inthashCode()Uriid(Integer id)Builder method for id.voidsetId(Integer id)Set id.voidsetValue(String value)Set value.StringtoString()Urivalue(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- aIntegerparameter.- Returns:
- Uri
- See Also:
Uri#setId for specification examples,Uri#getId for validation constraints
-
setId
public void setId(Integer id)
Set id.- Parameters:
id- aIntegerparameter.- See Also:
Uri#getId for validation constraints
-
value
public Uri value(String value)
Builder method for value.- Parameters:
value- aStringparameter.- Returns:
- Uri
- See Also:
Uri#setValue for specification examples,Uri#getValue for validation constraints
-
setValue
public void setValue(String value)
Set value.- Parameters:
value- aStringparameter.- See Also:
Uri#getValue for validation constraints
-
-