KeyVaultCertificateExpiredEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. KeyVaultCertificateExpiredEventData
- com.
Implements
public final class KeyVaultCertificateExpiredEventData
implements JsonSerializable<KeyVaultCertificateExpiredEventData>
Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.CertificateExpired event.
Constructor | Description |
---|---|
Key |
Creates an instance of Key |
Modifier and Type | Method and Description |
---|---|
static
Key |
from Reads an instance of Key |
Float |
get Get the exp property: The expiration date of the object that triggered this event. |
String |
get Get the id property: The id of the object that triggered this event. |
Float |
get Get the nbf property: Not before date of the object that triggered this event. |
String |
get Get the object |
String |
get Get the object |
String |
get Get the vault |
String |
get Get the version property: The version of the object that triggered this event. |
Key |
set Set the exp property: The expiration date of the object that triggered this event. |
Key |
set Set the id property: The id of the object that triggered this event. |
Key |
set Set the nbf property: Not before date of the object that triggered this event. |
Key |
set Set the object |
Key |
set Set the object |
Key |
set Set the vault |
Key |
set Set the version property: The version of the object that triggered this event. |
Json |
to |
Methods inherited from java.lang.Object
KeyVaultCertificateExpiredEventData
public KeyVaultCertificateExpiredEventData()
Creates an instance of KeyVaultCertificateExpiredEventData class.
fromJson
public static KeyVaultCertificateExpiredEventData fromJson(JsonReader jsonReader)
Reads an instance of KeyVaultCertificateExpiredEventData from the JsonReader.
Parameters:
Returns:
Throws:
getExp
public Float getExp()
Get the exp property: The expiration date of the object that triggered this event.
Returns:
getId
public String getId()
Get the id property: The id of the object that triggered this event.
Returns:
getNbf
public Float getNbf()
Get the nbf property: Not before date of the object that triggered this event.
Returns:
getObjectName
public String getObjectName()
Get the objectName property: The name of the object that triggered this event.
Returns:
getObjectType
public String getObjectType()
Get the objectType property: The type of the object that triggered this event.
Returns:
getVaultName
public String getVaultName()
Get the vaultName property: Key vault name of the object that triggered this event.
Returns:
getVersion
public String getVersion()
Get the version property: The version of the object that triggered this event.
Returns:
setExp
public KeyVaultCertificateExpiredEventData setExp(Float exp)
Set the exp property: The expiration date of the object that triggered this event.
Parameters:
Returns:
setId
public KeyVaultCertificateExpiredEventData setId(String id)
Set the id property: The id of the object that triggered this event.
Parameters:
Returns:
setNbf
public KeyVaultCertificateExpiredEventData setNbf(Float nbf)
Set the nbf property: Not before date of the object that triggered this event.
Parameters:
Returns:
setObjectName
public KeyVaultCertificateExpiredEventData setObjectName(String objectName)
Set the objectName property: The name of the object that triggered this event.
Parameters:
Returns:
setObjectType
public KeyVaultCertificateExpiredEventData setObjectType(String objectType)
Set the objectType property: The type of the object that triggered this event.
Parameters:
Returns:
setVaultName
public KeyVaultCertificateExpiredEventData setVaultName(String vaultName)
Set the vaultName property: Key vault name of the object that triggered this event.
Parameters:
Returns:
setVersion
public KeyVaultCertificateExpiredEventData setVersion(String version)
Set the version property: The version of the object that triggered this event.
Parameters:
Returns:
toJson
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: