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 String
JSON_PROPERTY_ACCOUNT
public ProviderAccount
account
-
Constructor Summary
Constructors Constructor Description WrappedProviderAccount()
-
Method Summary
Modifier and Type Method Description ProviderAccount
getAccount()
Get account void
setAccount(ProviderAccount account)
WrappedProviderAccount
account(ProviderAccount account)
boolean
equals(Object o)
int
hashCode()
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string. String
toUrlQueryString(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
-
-
-
-