Class ServiceCandidateRef

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ServiceCandidateRef

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class ServiceCandidateRef extends Object
ServiceCandidate reference. ServiceCandidate is an entity that makes a ServiceSpecification available to a catalog.
  • Constructor Details

    • ServiceCandidateRef

      public ServiceCandidateRef()
  • Method Details

    • id

      public ServiceCandidateRef id(String id)
    • getId

      public String getId()
      Unique identifier of the service candidate
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ServiceCandidateRef href(String href)
    • getHref

      public String getHref()
      Unique reference of the service candidate
      Returns:
      href
    • setHref

      public void setHref(String href)
    • version

      public ServiceCandidateRef version(String version)
    • getVersion

      public String getVersion()
      Version of the service candidate
      Returns:
      version
    • setVersion

      public void setVersion(String version)
    • name

      public ServiceCandidateRef name(String name)
    • getName

      public String getName()
      Name of the service candidate
      Returns:
      name
    • setName

      public void setName(String name)
    • atreferredType

      public ServiceCandidateRef atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      The Class type of referred Service Candidate
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object