Class WrappedProviderAccount
-
- All Implemented Interfaces:
-
java.io.Serializable
@Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class WrappedProviderAccount implements Serializable
Wrapper around objects of `ProviderAccount` type
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringJSON_PROPERTY_ACCOUNTpublic ProviderAccountaccount
-
Constructor Summary
Constructors Constructor Description WrappedProviderAccount()
-
Method Summary
Modifier and Type Method Description ProviderAccountgetAccount()Get account voidsetAccount(ProviderAccount account)WrappedProviderAccountaccount(ProviderAccount account)booleanequals(Object o)inthashCode()StringtoString()StringtoUrlQueryString()Convert the instance into URL query string. StringtoUrlQueryString(String prefix)Convert the instance into URL query string. -
-
Method Detail
-
getAccount
@Nonnull() ProviderAccount getAccount()
Get account
- Returns:
account
-
setAccount
void setAccount(ProviderAccount account)
-
account
WrappedProviderAccount account(ProviderAccount account)
-
hashCode
int hashCode()
-
toUrlQueryString
String toUrlQueryString()
Convert the instance into URL query string.
- Returns:
URL query string
-
toUrlQueryString
String toUrlQueryString(String prefix)
Convert the instance into URL query string.
- Parameters:
prefix- prefix of the query string- Returns:
URL query string
-
-
-
-