Package com.clinia.model.registry
Class UpsertProfileRequest
java.lang.Object
com.clinia.model.registry.UpsertProfileRequest
UpsertProfileRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanContained of the profile.Properties of the profile.inthashCode()putContained(String key, V1ContainedDefinition containedItem) putProperties(String key, V1PropertyDefinition propertiesItem) setContained(Map<String, V1ContainedDefinition> contained) setProperties(Map<String, V1PropertyDefinition> properties) toString()
-
Constructor Details
-
UpsertProfileRequest
public UpsertProfileRequest()
-
-
Method Details
-
setProperties
-
putProperties
-
getProperties
Properties of the profile. It must follow pattern: `^[a-zA-Z0-9-][\\w-]$`. -
setContained
-
putContained
-
getContained
Contained of the profile. It must follow pattern: `^[a-zA-Z0-9-][\\w-]$`. -
equals
-
hashCode
public int hashCode() -
toString
-