Class Tag
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Tag
-
public class Tag extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTag.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tag.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()Name of the tagorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Remote ID of the tagjava.lang.StringtoString()TagwithName(java.lang.String name)Name of the tagTagwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Name of the tagTagwithRemoteId(java.lang.String remoteId)Remote ID of the tagTagwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Remote ID of the 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
-
builder
public static Tag.Builder builder()
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-