Class AllowedValue
- java.lang.Object
-
- com.epam.ta.reportportal.ws.model.externalsystem.AllowedValue
-
- All Implemented Interfaces:
java.io.Serializable
public class AllowedValue extends java.lang.Object implements java.io.SerializableAllowed field value instance class- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AllowedValue()AllowedValue(java.lang.String id, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValueId()java.lang.StringgetValueName()voidsetValueId(java.lang.String id)voidsetValueName(java.lang.String value)
-