Class ApplicationLinkProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.applink.ApplicationLinkProperties
-
- All Implemented Interfaces:
EntityProperties
public class ApplicationLinkProperties extends Object implements EntityProperties
-
-
Constructor Summary
Constructors Constructor Description ApplicationLinkProperties(@Nullable String name, @Nullable String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetId()@Nullable StringgetName()inthashCode()booleanisIdDefined()booleanisNameDefined()StringtoString()voidvalidate()
-
-
-
Method Detail
-
isNameDefined
public boolean isNameDefined()
-
isIdDefined
public boolean isIdDefined()
-
getName
@Nullable public @Nullable String getName()
-
getId
@Nullable public @Nullable String getId()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-