Interface HasName
- All Superinterfaces:
Identifiable
- All Known Subinterfaces:
Run
- All Known Implementing Classes:
RunImpl
Indicates that object has name.
- Author:
- Sergey Oplavin
-
Method Summary
Methods inherited from interface io.jenkins.plugins.railflow.testrail.client.model.Identifiable
getId, getType, setId
-
Method Details
-
getName
String getName()- Returns:
- name.
-
setName
Sets name- Parameters:
name
- name.
-