public class ServiceInstanceSchema
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ServiceInstanceSchema.ServiceInstanceSchemaBuilder
Provides a fluent API for constructing a ServiceInstanceSchema.
|
Modifier and Type | Method and Description |
---|---|
static ServiceInstanceSchema.ServiceInstanceSchemaBuilder |
builder()
Create a builder that provides a fluent API for constructing a ServiceInstanceSchema.
|
boolean |
equals(java.lang.Object o) |
MethodSchema |
getCreateMethodSchema()
The JSON schema for configuration parameters when creating a service instance.
|
MethodSchema |
getUpdateMethodSchema()
The JSON schema for configuration parameters when updating a service instance.
|
int |
hashCode() |
java.lang.String |
toString() |
public MethodSchema getCreateMethodSchema()
public MethodSchema getUpdateMethodSchema()
public static ServiceInstanceSchema.ServiceInstanceSchemaBuilder builder()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object