Class ResultLink
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ResultLink
-
public class ResultLink extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResultLink.Builder
-
Constructor Summary
Constructors Constructor Description ResultLink()ResultLink(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResultLink.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>label()The label of the result link.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>url()The URL of the result link.ResultLinkwithLabel(java.lang.String label)The label of the result link.ResultLinkwithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the result link.ResultLinkwithUrl(java.lang.String url)The URL of the result link.ResultLinkwithUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)The URL of the result link.
-
-
-
Method Detail
-
label
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
The label of the result link.
-
url
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
The URL of the result link.
-
builder
public static ResultLink.Builder builder()
-
withLabel
public ResultLink withLabel(java.lang.String label)
The label of the result link.
-
withLabel
public ResultLink withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The label of the result link.
-
withUrl
public ResultLink withUrl(java.lang.String url)
The URL of the result link.
-
withUrl
public ResultLink withUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
The URL of the result link.
-
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
-
-