Skip to content

[pg.572] shortenUrl에 getter누락 #11

@zakard114

Description

@zakard114

shortenUrl에 getter가 누락되어 아래 ShortenUrlCreateResponseDto의 생성자에서 .getOriginalUrl()과 .getShortenUrlKey()를 가용할 수 없다. (Update Note: pg.583에서 이들을 다룬다)

public ShortenUrlCreateResponseDto(ShortenUrl shortenUrl){
this.originalUrl = shortenUrl.getOriginalUrl();
this.shortenUrlKey = shortenUrl.getShortenUrlKey();
}

shortenUrl에 private String originalUrl과 private String shortenUrlKey에 대한 getter를 생성해주자. (Update Note: pg.582에서 이들을 다룬다)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions