Class Reason
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Reason
-
public class Reason extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReason.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Reason.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()ReasonwithId(java.lang.String id)Unique identifierReasonwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierReasonwithName(java.lang.String name)ReasonwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)ReasonwithRemoteId(java.lang.String remoteId)Provider's unique identifierReasonwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
-
builder
public static final Reason.Builder builder()
-
withId
public Reason withId(java.lang.String id)
Unique identifier
-
withId
public Reason withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public Reason withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Reason withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public Reason withName(java.lang.String name)
-
withName
public Reason withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
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
-
-