Class ServiceSpecificationRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ServiceSpecificationRef
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class ServiceSpecificationRef
extends Object
Service specification reference: ServiceSpecification(s) required to realize a ProductSpecification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExternalIdentifierItem(ExternalIdentifier externalIdentifierItem) atbaseType(String atbaseType) atreferredType(String atreferredType) atschemaLocation(String atschemaLocation) booleanexternalIdentifier(List<ExternalIdentifier> externalIdentifier) When sub-classing, this defines the super-classthe class type of associated service specificationA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@Valid List<ExternalIdentifier>Get externalIdentifiergetHref()Reference of the serviceSpecification@NotNull StringgetId()Unique identifier of the service specificationgetName()Name of the requiredServiceSpecification@Valid TargetServiceSchemaA target service schema reference (TargetServiceSchemaRef).Service specification versioninthashCode()voidsetAtbaseType(String atbaseType) voidsetAtreferredType(String atreferredType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetExternalIdentifier(List<ExternalIdentifier> externalIdentifier) voidvoidvoidvoidsetTargetServiceSchema(TargetServiceSchema targetServiceSchema) voidsetVersion(String version) targetServiceSchema(TargetServiceSchema targetServiceSchema) toString()
-
Constructor Details
-
ServiceSpecificationRef
public ServiceSpecificationRef()
-
-
Method Details
-
id
-
getId
Unique identifier of the service specification- Returns:
- id
-
setId
-
href
-
getHref
Reference of the serviceSpecification- Returns:
- href
-
setHref
-
name
-
getName
Name of the requiredServiceSpecification- Returns:
- name
-
setName
-
version
-
getVersion
Service specification version- Returns:
- version
-
setVersion
-
atreferredType
-
getAtreferredType
the class type of associated service specification- Returns:
- atreferredType
-
setAtreferredType
-
targetServiceSchema
-
getTargetServiceSchema
A target service schema reference (TargetServiceSchemaRef). The reference object to the schema and type of target service which is described by service specification.- Returns:
- targetServiceSchema
-
setTargetServiceSchema
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
externalIdentifier
-
addExternalIdentifierItem
-
getExternalIdentifier
Get externalIdentifier- Returns:
- externalIdentifier
-
setExternalIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-