public class CertificateConnectorSetting extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
CertificateConnectorSetting.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
certExpiryTime |
protected String |
connectorVersion |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
enrollmentError |
protected OffsetDateTime |
lastConnectorConnectionTime |
protected Long |
lastUploadVersion |
protected String |
odataType |
protected Integer |
status |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
CertificateConnectorSetting() |
| Modifier and Type | Method and Description |
|---|---|
static CertificateConnectorSetting.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<OffsetDateTime> |
getCertExpiryTime()
“Certificate expire time”
|
Optional<String> |
getConnectorVersion()
“Version of certificate connector”
|
Optional<String> |
getEnrollmentError()
“Certificate connector enrollment error”
|
Optional<OffsetDateTime> |
getLastConnectorConnectionTime()
“Last time certificate connector connected”
|
Optional<Long> |
getLastUploadVersion()
“Version of last uploaded certificate connector”
|
Optional<Integer> |
getStatus()
“Certificate connector status”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
CertificateConnectorSetting |
withCertExpiryTime(OffsetDateTime certExpiryTime)
Returns an immutable copy of
this with just the certExpiryTime
field changed. |
CertificateConnectorSetting |
withConnectorVersion(String connectorVersion)
Returns an immutable copy of
this with just the connectorVersion
field changed. |
CertificateConnectorSetting |
withEnrollmentError(String enrollmentError)
Returns an immutable copy of
this with just the enrollmentError
field changed. |
CertificateConnectorSetting |
withLastConnectorConnectionTime(OffsetDateTime lastConnectorConnectionTime)
Returns an immutable copy of
this with just the lastConnectorConnectionTime field changed. |
CertificateConnectorSetting |
withLastUploadVersion(Long lastUploadVersion)
Returns an immutable copy of
this with just the lastUploadVersion
field changed. |
CertificateConnectorSetting |
withStatus(Integer status)
Returns an immutable copy of
this with just the status field
changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Integer status
protected OffsetDateTime certExpiryTime
protected String enrollmentError
protected OffsetDateTime lastConnectorConnectionTime
protected String connectorVersion
protected Long lastUploadVersion
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<Integer> getStatus()
public CertificateConnectorSetting withStatus(Integer status)
this with just the status 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.
“Certificate connector status”
status - new value of status field (as defined in service metadata)this with just the status field changedpublic Optional<OffsetDateTime> getCertExpiryTime()
public CertificateConnectorSetting withCertExpiryTime(OffsetDateTime certExpiryTime)
this with just the certExpiryTime
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.
“Certificate expire time”
certExpiryTime - new value of certExpiryTime field (as defined in service metadata)this with just the certExpiryTime field changedpublic Optional<String> getEnrollmentError()
public CertificateConnectorSetting withEnrollmentError(String enrollmentError)
this with just the enrollmentError
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.
“Certificate connector enrollment error”
enrollmentError - new value of enrollmentError field (as defined in service metadata)this with just the enrollmentError field changedpublic Optional<OffsetDateTime> getLastConnectorConnectionTime()
public CertificateConnectorSetting withLastConnectorConnectionTime(OffsetDateTime lastConnectorConnectionTime)
this with just the lastConnectorConnectionTime 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.
“Last time certificate connector connected”
lastConnectorConnectionTime - new value of lastConnectorConnectionTime field (as defined in service metadata)this with just the lastConnectorConnectionTime field changedpublic Optional<String> getConnectorVersion()
public CertificateConnectorSetting withConnectorVersion(String connectorVersion)
this with just the connectorVersion
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.
“Version of certificate connector”
connectorVersion - new value of connectorVersion field (as defined in service metadata)this with just the connectorVersion field changedpublic Optional<Long> getLastUploadVersion()
public CertificateConnectorSetting withLastUploadVersion(Long lastUploadVersion)
this with just the lastUploadVersion
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.
“Version of last uploaded certificate connector”
lastUploadVersion - new value of lastUploadVersion field (as defined in service metadata)this with just the lastUploadVersion 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 CertificateConnectorSetting.Builder builder()
Copyright © 2018–2020. All rights reserved.