Class ImageContentUrl
java.lang.Object
com.sap.ai.sdk.orchestration.model.ImageContentUrl
ImageContentUrl
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for ImageContentUrl. -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageContentUrl.Buildercreate()Create a type-safe, fluent-api builder object to construct a newImageContentUrlinstance with all required arguments.Set the detail of thisImageContentUrlinstance and return the same instance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theImageContentUrl.Get detailgetUrl()Get urlinthashCode()voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisImageContentUrlinstance.voidSet the detail of thisImageContentUrlinstance.voidSet the url of thisImageContentUrlinstance.toMap()Get the value of all properties of thisImageContentUrlinstance including unrecognized properties.toString()Set the url of thisImageContentUrlinstance and return the same instance.
-
Constructor Details
-
ImageContentUrl
protected ImageContentUrl()Default constructor for ImageContentUrl.
-
-
Method Details
-
url
Set the url of thisImageContentUrlinstance and return the same instance.- Parameters:
url- The url of thisImageContentUrl- Returns:
- The same instance of this
ImageContentUrlclass
-
getUrl
Get url- Returns:
- url The url of this
ImageContentUrlinstance.
-
setUrl
Set the url of thisImageContentUrlinstance.- Parameters:
url- The url of thisImageContentUrl
-
detail
Set the detail of thisImageContentUrlinstance and return the same instance.- Parameters:
detail- The detail of thisImageContentUrl- Returns:
- The same instance of this
ImageContentUrlclass
-
getDetail
Get detail- Returns:
- detail The detail of this
ImageContentUrlinstance.
-
setDetail
Set the detail of thisImageContentUrlinstance.- Parameters:
detail- The detail of thisImageContentUrl
-
getCustomFieldNames
Get the names of the unrecognizable properties of theImageContentUrl.- Returns:
- The set of properties names
-
getCustomField
@Nullable @Deprecated public Object getCustomField(@Nonnull String name) throws NoSuchElementException Deprecated.UsetoMap()instead.Get the value of an unrecognizable property of thisImageContentUrlinstance.- Parameters:
name- The name of the property- Returns:
- The value of the property
- Throws:
NoSuchElementException- If no property with the given name could be found.
-
toMap
Get the value of all properties of thisImageContentUrlinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisImageContentUrlinstance. If the map previously contained a mapping for the key, the old value is replaced by the specified value.- Parameters:
customFieldName- The name of the propertycustomFieldValue- The value of the property
-
equals
-
hashCode
public int hashCode() -
toString
-
create
Create a type-safe, fluent-api builder object to construct a newImageContentUrlinstance with all required arguments.
-
toMap()instead.