@Generated(value="org.jsonschema2pojo") public class GPlusOAuthConfiguration extends Object implements Serializable
Constructor and Description |
---|
GPlusOAuthConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAppName() |
String |
getPathToP12KeyFile()
Absolute Path to key file
|
String |
getServiceAccountEmailAddress()
Service Account email address for your app
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAppName(String appName) |
void |
setPathToP12KeyFile(String pathToP12KeyFile)
Absolute Path to key file
|
void |
setServiceAccountEmailAddress(String serviceAccountEmailAddress)
Service Account email address for your app
|
String |
toString() |
GPlusOAuthConfiguration |
withAdditionalProperty(String name,
Object value) |
GPlusOAuthConfiguration |
withAppName(String appName) |
GPlusOAuthConfiguration |
withPathToP12KeyFile(String pathToP12KeyFile) |
GPlusOAuthConfiguration |
withServiceAccountEmailAddress(String serviceAccountEmailAddress) |
@BeanProperty(value="appName") public String getAppName()
@BeanProperty(value="appName") public void setAppName(String appName)
appName
- The appNamepublic GPlusOAuthConfiguration withAppName(String appName)
@BeanProperty(value="pathToP12KeyFile") public String getPathToP12KeyFile()
@BeanProperty(value="pathToP12KeyFile") public void setPathToP12KeyFile(String pathToP12KeyFile)
pathToP12KeyFile
- The pathToP12KeyFilepublic GPlusOAuthConfiguration withPathToP12KeyFile(String pathToP12KeyFile)
@BeanProperty(value="serviceAccountEmailAddress") public String getServiceAccountEmailAddress()
@BeanProperty(value="serviceAccountEmailAddress") public void setServiceAccountEmailAddress(String serviceAccountEmailAddress)
serviceAccountEmailAddress
- The serviceAccountEmailAddresspublic GPlusOAuthConfiguration withServiceAccountEmailAddress(String serviceAccountEmailAddress)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public GPlusOAuthConfiguration withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.