getKeywords method

List<String> getKeywords()

Get the keywords associated with this BranchUniversalObject

Implementation

List<String> getKeywords() {
  return keywords;
}