Class GtLabel

java.lang.Object
org.jreleaser.sdk.gitea.api.GtLabel

public class GtLabel extends Object
Since:
1.3.0
Author:
Andres Almiray
  • Constructor Details

    • GtLabel

      public GtLabel()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)