SCClusterByokEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. SCClusterByokEntity
- com.
Implements
public final class SCClusterByokEntity
implements JsonSerializable<SCClusterByokEntity>
The network associated with this object.
Constructor Summary
| Constructor | Description |
|---|---|
| SCClusterByokEntity() |
Creates an instance of SCCluster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
SCCluster |
fromJson(JsonReader jsonReader)
Reads an instance of SCCluster |
| String |
id()
Get the id property: ID of the referred resource. |
| String |
related()
Get the related property: API URL for accessing or modifying the referred object. |
| String |
resourceName()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
SCCluster |
withId(String id)
Set the id property: ID of the referred resource. |
|
SCCluster |
withRelated(String related)
Set the related property: API URL for accessing or modifying the referred object. |
|
SCCluster |
withResourceName(String resourceName)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
SCClusterByokEntity
public SCClusterByokEntity()
Creates an instance of SCClusterByokEntity class.
Method Details
fromJson
public static SCClusterByokEntity fromJson(JsonReader jsonReader)
Reads an instance of SCClusterByokEntity from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: ID of the referred resource.
Returns:
related
public String related()
Get the related property: API URL for accessing or modifying the referred object.
Returns:
resourceName
public String resourceName()
Get the resourceName property: CRN reference to the referred resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withId
public SCClusterByokEntity withId(String id)
Set the id property: ID of the referred resource.
Parameters:
Returns:
withRelated
public SCClusterByokEntity withRelated(String related)
Set the related property: API URL for accessing or modifying the referred object.
Parameters:
Returns:
withResourceName
public SCClusterByokEntity withResourceName(String resourceName)
Set the resourceName property: CRN reference to the referred resource.
Parameters:
Returns: