@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class SocialProfileUrls extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SocialProfileUrls.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_LINKED_IN_URL |
static String |
SERIALIZED_NAME_TWITTER_URL |
| Constructor and Description |
|---|
SocialProfileUrls() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static SocialProfileUrls |
fromJson(String jsonString)
Create an instance of SocialProfileUrls given an JSON string
|
String |
getLinkedInUrl()
Get linkedInUrl
|
String |
getTwitterUrl()
Get twitterUrl
|
int |
hashCode() |
SocialProfileUrls |
linkedInUrl(String linkedInUrl) |
void |
setLinkedInUrl(String linkedInUrl) |
void |
setTwitterUrl(String twitterUrl) |
String |
toJson()
Convert an instance of SocialProfileUrls to an JSON string
|
String |
toString() |
SocialProfileUrls |
twitterUrl(String twitterUrl) |
static void |
validateJsonElement(com.google.gson.JsonElement jsonElement)
Validates the JSON Element and throws an exception if issues found
|
public static final String SERIALIZED_NAME_TWITTER_URL
public static final String SERIALIZED_NAME_LINKED_IN_URL
public SocialProfileUrls twitterUrl(String twitterUrl)
public void setTwitterUrl(String twitterUrl)
public SocialProfileUrls linkedInUrl(String linkedInUrl)
public void setLinkedInUrl(String linkedInUrl)
public static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws IOException
jsonElement - JSON ElementIOException - if the JSON Element is invalid with respect to SocialProfileUrlspublic static SocialProfileUrls fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to SocialProfileUrlspublic String toJson()
Copyright © 2024. All rights reserved.