ApiKeyRecordInner Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. fluent. models. ApiKeyRecordInner
- com.
Implements
public final class ApiKeyRecordInner
implements JsonSerializable<ApiKeyRecordInner>
Details API key.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Api |
fromJson(JsonReader jsonReader)
Reads an instance of Api |
| String |
id()
Get the id property: Id of the api key. |
| String |
kind()
Get the kind property: Type of api key. |
|
SCMetadata |
metadata()
Get the metadata property: Metadata of the record. |
|
Api |
spec()
Get the spec property: Specification of the API Key. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ApiKeyRecordInner fromJson(JsonReader jsonReader)
Reads an instance of ApiKeyRecordInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Id of the api key.
Returns:
kind
public String kind()
Get the kind property: Type of api key.
Returns:
metadata
public SCMetadataEntity metadata()
Get the metadata property: Metadata of the record.
Returns:
spec
public ApiKeySpecEntity spec()
Get the spec property: Specification of the API Key.
Returns: