Modul sharingPluginPlatform
Klasse SearchResultDTO
java.lang.Object
org.codeability.sharing.plugins.api.search.SearchResultDTO
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic class -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal booleangetFile()intfinal inthashCode()voidsetExerciseId(String exerciseId) voidvoidsetMetadata(UserProvidedMetadataDTO metadata) voidsetProject(GitProjectDTO project) voidsetRanking5(int ranking5) voidsetSearchStatistics(SearchStatisticsDTO searchStatistics) voidsetSupportedActions(List<SearchResultDTO.PluginActionInfo> supportedActions) toString()
-
Konstruktordetails
-
SearchResultDTO
public SearchResultDTO() -
SearchResultDTO
clone constructor.- Parameter:
toClone- source of clone
-
-
Methodendetails
-
getProject
-
setProject
-
getExerciseId
- Gibt zurück:
- the exerciseId
-
getFile
-
setFile
-
getMetadata
-
setMetadata
-
toString
-
hashCode
public final int hashCode() -
equals
-
setExerciseId
- Parameter:
exerciseId- the exerciseId to set
-
getRanking5
public int getRanking5()- Gibt zurück:
- the ranking5
-
setRanking5
public void setRanking5(int ranking5) - Parameter:
ranking5- the ranking5 to set
-
getSupportedActions
- Gibt zurück:
- the supportedActions
-
setSupportedActions
- Parameter:
supportedActions- the supportedActions to set
-
getSearchStatistics
-
setSearchStatistics
-