Class Tag


  • public class Tag
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Tag.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Tag()  
      Tag​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Tag.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      Name of the tag
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Remote ID of the tag
      java.lang.String toString()  
      Tag withName​(java.lang.String name)
      Name of the tag
      Tag withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      Name of the tag
      Tag withRemoteId​(java.lang.String remoteId)
      Remote ID of the tag
      Tag withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Remote ID of the tag
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Tag

        public Tag​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                   org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      • Tag

        public Tag()
    • Method Detail

      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Remote ID of the tag
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        Name of the tag
      • withRemoteId

        public Tag withRemoteId​(java.lang.String remoteId)
        Remote ID of the tag
      • withRemoteId

        public Tag withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Remote ID of the tag
      • withName

        public Tag withName​(java.lang.String name)
        Name of the tag
      • withName

        public Tag withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        Name of the tag
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object