Class UpdateImageProfileSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.UpdateImageProfileSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class UpdateImageProfileSpecification extends Object
UpdateImageProfileSpecification
-
Constructor Summary
Constructors Constructor Description UpdateImageProfileSpecification()
-
Method Summary
Modifier and Type Method Description UpdateImageProfileSpecification
description(String description)
boolean
equals(Object o)
String
getDescription()
A human-friendly description.Map<String,FabricImageDescription>
getImageMapping()
Image mapping defined for the corresponding region.String
getName()
A human-friendly name used as an identifier in APIs that support this option.int
hashCode()
UpdateImageProfileSpecification
imageMapping(Map<String,FabricImageDescription> imageMapping)
UpdateImageProfileSpecification
name(String name)
UpdateImageProfileSpecification
putImageMappingItem(String key, FabricImageDescription imageMappingItem)
void
setDescription(String description)
void
setImageMapping(Map<String,FabricImageDescription> imageMapping)
void
setName(String name)
String
toString()
-
Constructor Details
-
UpdateImageProfileSpecification
public UpdateImageProfileSpecification()
-
-
Method Details
-
imageMapping
public UpdateImageProfileSpecification imageMapping(Map<String,FabricImageDescription> imageMapping) -
putImageMappingItem
public UpdateImageProfileSpecification putImageMappingItem(String key, FabricImageDescription imageMappingItem) -
getImageMapping
Image mapping defined for the corresponding region.- Returns:
- imageMapping
-
setImageMapping
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-