public class VpnProxyServer extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
VpnProxyServer.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
automaticConfigurationScriptUrl |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected Integer |
port |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
VpnProxyServer() |
| Modifier and Type | Method and Description |
|---|---|
static VpnProxyServer.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAddress()
“Address.”
|
Optional<String> |
getAutomaticConfigurationScriptUrl()
“Proxy's automatic configuration script url.”
|
Optional<Integer> |
getPort()
“Port.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
VpnProxyServer |
withAddress(String address)
Returns an immutable copy of
this with just the address field
changed. |
VpnProxyServer |
withAutomaticConfigurationScriptUrl(String automaticConfigurationScriptUrl)
Returns an immutable copy of
this with just the automaticConfigurationScriptUrl field changed. |
VpnProxyServer |
withPort(Integer port)
Returns an immutable copy of
this with just the port field
changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String automaticConfigurationScriptUrl
protected String address
protected Integer port
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<String> getAutomaticConfigurationScriptUrl()
public VpnProxyServer withAutomaticConfigurationScriptUrl(String automaticConfigurationScriptUrl)
this with just the automaticConfigurationScriptUrl field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Proxy's automatic configuration script url.”
automaticConfigurationScriptUrl - new value of automaticConfigurationScriptUrl field (as defined in service metadata)this with just the automaticConfigurationScriptUrl field changedpublic VpnProxyServer withAddress(String address)
this with just the address field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Address.”
address - new value of address field (as defined in service metadata)this with just the address field changedpublic VpnProxyServer withPort(Integer port)
this with just the port field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Port. Valid values 0 to 65535”
port - new value of port field (as defined in service metadata)this with just the port field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static VpnProxyServer.Builder builder()
Copyright © 2018–2020. All rights reserved.